interface ColorPickerInputProps { label: string; required?: boolean; value: string; onChange: (hex: string) => void; } export declare function ColorPickerInput({ label, required, value, onChange }: ColorPickerInputProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ColorPickerInput.d.ts.map