import type { ComputedRef, CSSProperties, Ref } from 'vue'; import type { StretchType } from '../interface'; declare const _default: (stretch?: Ref) => [ComputedRef, (element: HTMLElement) => void]; export default _default;