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