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