export declare const CSSPolyfill: () => import("react/jsx-runtime").JSX.Element;
export type CSSResetProps = {
    /**
     * The selector to scope the css reset styles to.
     */
    scope?: string;
};
export declare const CSSReset: ({ scope }: CSSResetProps) => import("react/jsx-runtime").JSX.Element;
