import { VersionedLayoutId } from "@omnia/fx-models"; import { VersionedLayoutStore } from "@omnia/fx/stores"; export declare class LoginFactory { private static versionLayoutDataTypeId; private static layoutId; private static layoutDataId; static buitinDefaultLoginLayoutVersionId: VersionedLayoutId; static createDefaultLoginLayout(versionLayoutstore: VersionedLayoutStore): void; }