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