import { Directive } from 'vue'; type ClampBinding = number | undefined; type ClampModifiers = 'break-all' | 'normal' | 'title'; declare const ClampDirective: Directive; export { ClampDirective, ClampDirective as vClamp };