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