import { Widget } from '../decorators/construct'; import './custom-component'; export declare class ComponentTags implements Widget { passOn: string; init: (el: Element) => void; markupAll(): string; passOnFunction(text: string): void; }