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