export default function StyleProvider({ children, document }: {
    children: any;
    document: any;
}): JSX.Element | null;
//# sourceMappingURL=index.d.ts.map