/**
 * Internal dependencies
 */
import type { StyleProviderProps } from './types';
export declare function StyleProvider(props: StyleProviderProps): import("react").JSX.Element | null;
export default StyleProvider;
//# sourceMappingURL=index.d.ts.map