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