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