import type { ReactNode } from 'react'; import React from 'react'; type Props = { children: ReactNode; }; export declare const SelectProvider: ({ children }: Props) => JSX.Element; export declare const SelectModalContext: React.Context; export declare const SelectModalProvider: ({ children }: Props) => JSX.Element; export {}; //# sourceMappingURL=select-provider.d.ts.map