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