export declare const AuthenticationLayoutProvider: IAuthenticationLayoutProvider;
export interface IAuthenticationLayoutProvider {
authenticationLayout: string;
}
declare module "@omnia/fx-models" {
interface ILayoutDependencyProvider extends IAuthenticationLayoutProvider {
}
}