import type React from 'react'; import type { ThemeColors } from '../types'; interface PickerWrapperProps { isOpen: boolean; colors: ThemeColors; children: React.ReactNode; } export declare const PickerWrapper: React.FC; export {}; //# sourceMappingURL=PickerWrapper.d.ts.map