import { member } from "../../../core";
export interface SquarePointGeneratorInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    Size?: member<[number, number]>;
    Shell?: member<boolean>;
}
export declare function SquarePointGenerator(props: SquarePointGeneratorInput): any;
//# sourceMappingURL=SquarePointGenerator.d.ts.map