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