import { Widget } from '../decorators/construct'; export declare class ElementResponsive implements Widget { string: string; init: (el: Element) => void; small(ev: any, el: Element): void; big(ev: any, el: Element): void; markup1(): string; }