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