import { type Edge } from '../internal-types'; export declare const canScrollOnEdge: { [key in Edge]: (element: Element) => boolean; };