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