import { RowProps } from "./types.js"; import React from "react"; //#region src/grid/row.d.ts declare const Row: React.ForwardRefExoticComponent>; //#endregion export { Row }; //# sourceMappingURL=row.d.ts.map