import type { Ref } from 'vue' /** * Composable that handles the resize of the viewport. * * @internal * @param viewportEl */ export declare function useResizeHandler(viewportEl: Ref): void