import { ThemeType } from './theme-context'; declare const globalStyles: (theme?: ThemeType | undefined) => import("twind").Directive; export default globalStyles; //# sourceMappingURL=globalStyles.d.ts.map