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