import { VuiComponent } from "../core/vui.js";
import { BoxProps } from "../box/box.types.js";
import "../box/index.js";
import "../index.js";
//#region src/footer/footerRow.d.ts
/** Organizes Footer content into a row of multuple columns. */
declare const FooterRow: VuiComponent<"div", BoxProps>;
//#endregion
export { FooterRow as default };

//# sourceMappingURL=footerRow.d.ts.map