import { ReactNode } from 'react'; interface GlassDrawerBodyProps { children: ReactNode; className?: string; } /** * GlassDrawerBody — scrollable body slot for a drawer. Mirrors * GlassDialogBody so every overlay uses the same slot vocabulary. */ export declare function GlassDrawerBody({ children, className }: GlassDrawerBodyProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=GlassDrawerBody.d.ts.map