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