import React from 'react';
import type { ColorPickerInputProps } from './types.js';
import './index.scss';
export declare const ColorPickerInput: React.FC<ColorPickerInputProps>;
