import type { FC } from 'react'; /** * styled-components version of shared tv root styles using `createGlobalStyle`. * Used for things like CRA where the application root is in client-side code. */ export declare const ScTvStyles: import("styled-components").GlobalStyleComponent<{}, import("styled-components").DefaultTheme>; /** * Raw style tag version of shared tv root styles. Used for things like Next * _document where elements need to be fully baked for inclusion (since * css-in-js flush() contexts are not available). */ export declare const TvStyles: FC; //# sourceMappingURL=TvStyles.d.ts.map