import { ElementType, HTMLHopeProps } from "../types"; export declare type DrawerContentProps = HTMLHopeProps; /** * Container for the drawer dialog's content. */ export declare function DrawerContent(props: DrawerContentProps): import("solid-js").JSX.Element; export declare namespace DrawerContent { var toString: () => string; } //# sourceMappingURL=drawer-content.d.ts.map