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