import React from 'react';
import type { InputColorProps } from '../../decs';
declare const InputColor: React.FC<InputColorProps>;
export type { InputColorProps } from '../../decs';
export default InputColor;
//# sourceMappingURL=InputColor.d.ts.map