import { VuiComponent } from "../core/vui.js";
import { LinkProps } from "../link/link.types.js";
import "../link/index.js";
import "../index.js";
//#region src/footer/footerLink.d.ts
/** Individual link item of the Footer. */
declare const FooterLink: VuiComponent<"a", LinkProps>;
//#endregion
export { FooterLink, FooterLink as default };

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