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