import './OzenProvider.css';
import type { OzenProviderBaseProps } from './types';
export declare const OzenProvider: import("../../utils/polymorphicComponentWithRef").PolymorphicComponentWithRef<OzenProviderBaseProps, "div", "as">;
