import { FC, PropsWithChildren } from 'react'; import { PopoverContextState } from './context.ts'; export type PopoverProvider = PopoverContextState; export declare const PopoverProvider: FC>;