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