import * as React from 'react'; declare const Input: React.ForwardRefExoticComponent, HTMLInputElement>, "ref"> & React.RefAttributes>; declare const ColorInput: React.ForwardRefExoticComponent, HTMLInputElement>, "type"> & { onValueChange?: (value: string) => void; disabled?: boolean; defaultColor?: string; }, "ref"> & React.RefAttributes>; export { Input, ColorInput }; //# sourceMappingURL=Input.d.ts.map