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