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