export interface ProfileModalProviderProps { children: React.ReactNode; } export declare function ProfileModalProvider(props: ProfileModalProviderProps): import("react/jsx-runtime").JSX.Element;