/** * @jsxRuntime classic * @jsx jsx */ import { type DrawerContentProps } from '../types'; /** * __Drawer content__ * * The main content section of the drawer panel. */ export declare const DrawerContent: ({ children, scrollContentLabel, xcss, }: DrawerContentProps) => JSX.Element;