import { PropType } from 'vue'; import { NavigationProps } from '../../types'; declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; default?(_: {}): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent; default: undefined; }; icon: { type: StringConstructor; default: undefined; }; imgMaxWidth: { type: StringConstructor; default: undefined; }; imgMinWidth: { type: StringConstructor; default: undefined; }; imgSrc: { type: StringConstructor; default: undefined; }; imgWidth: { type: StringConstructor; default: string; }; tileTitle: { type: StringConstructor; default: undefined; }; tileWidth: { type: StringConstructor; default: string; }; to: { type: PropType; default: undefined; }; uniqueId: { type: StringConstructor; default: undefined; }; onlyIconIsClickable: { type: BooleanConstructor; default: boolean; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { click: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly; default: undefined; }; icon: { type: StringConstructor; default: undefined; }; imgMaxWidth: { type: StringConstructor; default: undefined; }; imgMinWidth: { type: StringConstructor; default: undefined; }; imgSrc: { type: StringConstructor; default: undefined; }; imgWidth: { type: StringConstructor; default: string; }; tileTitle: { type: StringConstructor; default: undefined; }; tileWidth: { type: StringConstructor; default: string; }; to: { type: PropType; default: undefined; }; uniqueId: { type: StringConstructor; default: undefined; }; onlyIconIsClickable: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { icon: string; disabled: boolean; href: string | undefined; to: string | import('vue-router').RouteLocationAsPathGeneric | import('vue-router').RouteLocationAsRelativeGeneric | undefined; uniqueId: string; imgMinWidth: string; imgWidth: string; imgMaxWidth: string; imgSrc: string; borderedIcon: boolean; tileTitle: string; tileWidth: string; onlyIconIsClickable: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };