import { Component } from "../component"; export declare class InsertComponent extends Component { protected root: HTMLElement | null; content?: HTMLElement; protected createElement(): void; protected listen(): void; }