import { DrawerToggle as DrawerToggleElement } from "@vaadin/app-layout/vaadin-drawer-toggle.js"; import * as React from "react"; import { type WebComponentProps } from "../utils/createComponent.js"; export * from "@vaadin/app-layout/vaadin-drawer-toggle.js"; export { DrawerToggleElement, }; export type DrawerToggleEventMap = Readonly<{}>; export type DrawerToggleProps = WebComponentProps; export declare const DrawerToggle: (props: Partial>> & React.RefAttributes) => React.ReactElement | null; //# sourceMappingURL=DrawerToggle.d.ts.map