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