import { ReactNode } from 'react'; interface GlassDialogFooterProps { children: ReactNode; className?: string; align?: "start" | "end" | "between"; } /** * GlassDialogFooter — the sticky footer slot. Use for CTA buttons. */ export declare function GlassDialogFooter({ children, className, align, }: GlassDialogFooterProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=GlassDialogFooter.d.ts.map