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