import * as _$react from "react"; //#region src/ui/components/app-login/SecurityNotice.d.ts interface SecurityNoticeProps { appName: string; } declare function SecurityNotice({ appName }: SecurityNoticeProps): _$react.JSX.Element; //#endregion export { SecurityNotice }; //# sourceMappingURL=SecurityNotice.d.ts.map