import { PropsWithChildren } from 'react'; export declare const SelectPopoverProvider: ({ children, }: PropsWithChildren) => JSX.Element;