import { ZQuote_Props } from '@zurich/dev-utils/code/Quote'; /** ## `` * * ... * * @example * ```html * * ``` * ___ * * */ declare const _default: __VLS_WithTemplateSlots & { readonly imageSrc?: ZQuote_Props['image-src']; readonly authorName?: ZQuote_Props['author-name']; readonly quoteSrc?: ZQuote_Props['quote-src']; readonly customStr?: ZQuote_Props['custom-str']; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly & { readonly imageSrc?: ZQuote_Props['image-src']; readonly authorName?: ZQuote_Props['author-name']; readonly quoteSrc?: ZQuote_Props['quote-src']; readonly customStr?: ZQuote_Props['custom-str']; }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<{ default: any; description: any; }> & { default: any; description: any; }>; export { _default as ZvQuote }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };