/**
* used to calculate if a element is overflowing the width or height of an area
*/exportdeclareconstcheckWidthOverflow: (el: HTMLElement | null) =>boolean;
exportdeclareconstcheckHeightOverflow: (el: HTMLElement | null) =>boolean;
//# sourceMappingURL=checkForOverflow.d.ts.map