import { Rectangle } from '..'; export declare const createOverflowMask: (node: Element, options?: { isInput?: boolean; }) => Rectangle;