import { member } from "../../../core";
export interface AlwaysOnFacetModuleInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    _targets?: member<any>;
}
export declare function AlwaysOnFacetModule(props: AlwaysOnFacetModuleInput): any;
//# sourceMappingURL=AlwaysOnFacetModule.d.ts.map