import { VuiComponent } from "../core/vui.js";
import { FooterSectionProps } from "./footer.types.js";
import "../index.js";
//#region src/footer/footerSection.d.ts
/** Section includes a heading and a set of links. */
declare const FooterSection: VuiComponent<"div", FooterSectionProps>;
//#endregion
export { FooterSection, FooterSection as default };

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