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