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