import { default as React } from 'react'; export interface StyleProviderProps { children: React.ReactNode; } export declare const StyleProvider: (props: StyleProviderProps) => JSX.Element;