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