import { BrandConfig } from "@lumeweb/portal-framework-core"; import React from "react"; //#region src/ui/components/common/AuthFooter.d.ts interface AuthFooterProps { brand?: BrandConfig; } declare function AuthFooter({ brand }: AuthFooterProps): React.JSX.Element; //#endregion export { AuthFooter }; //# sourceMappingURL=AuthFooter.d.ts.map