export declare const getElement: (selector: string) => HTMLElement | null; export declare const createElement: (tagName: string) => HTMLElement; //# sourceMappingURL=full-width-button-handler.d.ts.map