import './sanitize.css'; export { ThemeProvider, useThemeUI as useStrictUI } from 'theme-ui'; export { Grid } from '@theme-ui/components'; export * from './Flex'; export declare const jsx: (type: any, props: any, ...children: any[]) => any;