import { TypedContainer } from './_Base';
import type { CoreGroup } from '../../core/geometry/Group';
import { ContainableMap } from './utils/ContainableMap';
import { NodeContext } from '../poly/NodeContext';
export declare class GeometryContainer extends TypedContainer<NodeContext.SOP> {
    coreContentCloned(): CoreGroup | undefined;
    set_content(content: ContainableMap[NodeContext.SOP]): void;
}
