declare const copyToClipboard: (str: string) => Promise; declare const isElementWithClassNameInEventPath: (event: MouseEvent, className: string) => boolean; declare const setMetaThemeColor: () => void; declare const getBaseFontSize: () => number; declare const convertRemToPixels: (rem: number) => number; declare const isViewportBelow: (mediaQuery: string) => boolean; declare const setScrollbarWidthVariable: () => void; declare const overflowsY: (element: HTMLElement) => boolean; declare const overflowsX: (element: HTMLElement) => boolean; declare const elementOverflows: (element: HTMLElement) => boolean; declare const setHorizontalScroll: (element: HTMLElement) => void; declare const focusableSelector = "a[href]:not([tabindex=\"-1\"]), area[href]:not([tabindex=\"-1\"]), input:not([disabled]):not([tabindex=\"-1\"]), select:not([disabled]):not([tabindex=\"-1\"]), textarea:not([disabled]):not([tabindex=\"-1\"]), button:not([disabled]):not([tabindex=\"-1\"]), iframe:not([tabindex=\"-1\"]), [tabindex]:not([tabindex=\"-1\"]), [contentEditable=true]:not([tabindex=\"-1\"])"; export { copyToClipboard, isElementWithClassNameInEventPath, getBaseFontSize, setMetaThemeColor, isViewportBelow, convertRemToPixels, setScrollbarWidthVariable, overflowsX, overflowsY, elementOverflows, setHorizontalScroll, focusableSelector, }; //# sourceMappingURL=helpers.d.ts.map