import { Colors, Theme } from '.'; declare type GlobalStyleProps = { appTheme: Theme; colorScheme: Colors; }; export declare const GlobaStyle: import("styled-components").GlobalStyleComponent; export {};