import { ReactNode } from 'react'; interface GlassDialogBodyProps { children: ReactNode; className?: string; } /** * GlassDialogBody — the scrollable content slot. Consistent padding tokens * (`px-6 py-5`). Overflow scroll handled here so the header/footer stay * sticky. */ export declare function GlassDialogBody({ children, className }: GlassDialogBodyProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=GlassDialogBody.d.ts.map