import { Theme } from './theme';
declare const GlobalStyles: (theme: Theme) => import('react').NamedExoticComponent<import('styled-components').ExecutionProps & object>;
export { GlobalStyles };
