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