import React from 'react'; import { LiquidColorPickerProps } from './LiquidColorPicker.types'; declare const LiquidColorPicker: React.FC; export default LiquidColorPicker;