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<DrawerToggleElement, DrawerToggleEventMap>;
export declare const DrawerToggle: (props: Partial<import("../utils/createComponent.js").ThemedWebComponentProps<DrawerToggleElement, Readonly<{}>>> & React.RefAttributes<DrawerToggleElement>) => React.ReactElement | null;
//# sourceMappingURL=DrawerToggle.d.ts.map