import { ITheme } from '../../interfaces'; export interface IGlobalProps { theme?: ITheme; normalize?: boolean; resetScrollBar?: boolean; } declare const GlobalStyles: import("styled-components").GlobalStyleComponent; export default GlobalStyles;