declare const CSSReset: import("styled-components").GlobalStyleComponent<{}, import("styled-components").DefaultTheme>; declare const ScopedCSSReset: import("styled-components").StyledComponent<"div", any, {}, never>; export { CSSReset, ScopedCSSReset };