import type { IContainerOptions } from './container'; import { Container } from './container'; export declare class GroupElement extends Container { constructor(option: IContainerOptions); }