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