import React from 'react'; export { GlassCard, type GlassCardProps } from './GlassCard'; export declare const CardHeader: ({ children, className, ...props }: any) => React.DetailedReactHTMLElement; export declare const CardTitle: ({ children, className, ...props }: any) => React.DetailedReactHTMLElement; export declare const CardContent: ({ children, className, ...props }: any) => React.DetailedReactHTMLElement; export declare const CardFooter: ({ children, className, ...props }: any) => React.DetailedReactHTMLElement; //# sourceMappingURL=index.d.ts.map