import { RouteRecordRaw } from 'vue-router'; interface Props { btnText?: string; btnHref?: string; btnLink?: RouteRecordRaw | string; hideBtn?: boolean; headingLevel?: 1 | 2 | 3 | 4 | 5 | 6; src?: string; uniqueId?: string; } declare function __VLS_template(): { attrs: Partial<{}>; slots: { illustration?(_: {}): any; }; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent & Readonly<{}>, { headingLevel: 1 | 2 | 3 | 4 | 5 | 6; uniqueId: string; btnText: string; src: string; btnHref: string; btnLink: RouteRecordRaw | string; hideBtn: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };