import { BoardRow as BoardRowElement } from "@vaadin/board/vaadin-board-row.js";
import * as React from "react";
import { type WebComponentProps } from "../utils/createComponent.js";
export * from "@vaadin/board/vaadin-board-row.js";
export { BoardRowElement, };
export type BoardRowEventMap = Readonly<{}>;
export type BoardRowProps = WebComponentProps<BoardRowElement, BoardRowEventMap>;
export declare const BoardRow: (props: Partial<Omit<React.HTMLAttributes<BoardRowElement>, "autofocus" | "redraw"> & {} & Partial<Omit<BoardRowElement, keyof HTMLElement>> & {
    autofocus?: boolean;
}> & React.RefAttributes<BoardRowElement>) => React.ReactElement | null;
//# sourceMappingURL=BoardRow.d.ts.map