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