/** * * Checks if a bottom overflow shadow should be visible when overflow === expand-y * * @param element * @returns `boolean` * @internal */ export declare const checkScrollPosition: (element: HTMLElement) => boolean; //# sourceMappingURL=checkScrollPosition.d.ts.map