interface PickerViewProps { initialColor: string; onApply: (hex: string) => void; onBack: () => void; onCancel: () => void; } export declare function PickerView({ initialColor, onApply, onCancel, onBack }: PickerViewProps): import("react").JSX.Element; export {}; //# sourceMappingURL=picker-view.d.ts.map