export declare const getFocusableElementsInsideElement: (element: HTMLElement) => NodeListOf; export declare const getDocumentHeading: () => HTMLElement; export declare const addGlobalStylesheet: (styleElementId: string, styles: string) => void; export declare const removeInnerHTML: (element: HTMLElement) => void;