import { Widget } from '../decorators/construct'; export declare class Responsive implements Widget { init: (el: Element) => number; mobile(el: Element): void; desktop(el: Element): void; markup1(): string; markup2(): string; }