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