import { Component } from "../component/component";
export declare const domHandler: (component: Component) => void;
