export declare class HTMLContainer { /** * HTML container. */ element: HTMLElement | null; constructor(props?: Partial); }