import { VerticalLayout as VerticalLayoutElement } from "@vaadin/vertical-layout/vaadin-vertical-layout.js"; import * as React from "react"; import { type WebComponentProps } from "../utils/createComponent.js"; export * from "@vaadin/vertical-layout/vaadin-vertical-layout.js"; export { VerticalLayoutElement, }; export type VerticalLayoutEventMap = Readonly<{}>; export type VerticalLayoutProps = WebComponentProps; export declare const VerticalLayout: (props: Partial>> & React.RefAttributes) => React.ReactElement | null; //# sourceMappingURL=VerticalLayout.d.ts.map