import { DirectiveBinding } from 'vue'; declare const pattern: { beforeMount(el: HTMLElement, binding: DirectiveBinding): void; updated(el: HTMLElement, binding: DirectiveBinding): void; unmounted(el: HTMLElement): void; getSSRProps(): {}; }; export default pattern; //# sourceMappingURL=pattern.d.ts.map