/** * Selects the first child node inside a viewport element. * Skips the resize-handle element if present. */ export declare const selectFirstViewportNode: (viewportElement: HTMLElement) => void;