import { VuiComponent } from "../core/vui.js";
import { FooterColumnProps } from "./footer.types.js";
import "../index.js";
//#region src/footer/footerColumn.d.ts
/** Organizes sections with links into a single column. Different width per breakpoint. */
declare const FooterColumn: VuiComponent<"div", FooterColumnProps>;
//#endregion
export { FooterColumn as default };

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