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