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