import * as React from 'react'; type ColorInputPropsT = { label?: string; setValue: any; defaultValue: number; } & React.DetailedHTMLProps, HTMLInputElement>; export declare const ColorInput: React.ForwardRefExoticComponent & React.RefAttributes>; export {}; //# sourceMappingURL=ColorInput.d.ts.map