import { PropType } from 'vue'; import { Nullable, Optional } from '../../../../../shared/dist/esm/index'; import { PropAnyComponent } from '../../../helpers/common/components'; type LinkSize = 'sm' | 'base' | 'lg'; declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent>; required: false; default: undefined; }; external: { type: PropType>; required: false; default: undefined; }; disabled: { type: PropType>; required: false; default: undefined; }; size: { type: PropType; default: string; }; foregroundLink: { type: BooleanConstructor; default: boolean; }; /** * Add icon to the left from the text */ iconLeft: { type: PropType>; default: null; }; /** * Add icon to the right from the text */ iconRight: { type: PropType>; default: null; }; /** * Hide default slot (when you want to show icons only) */ hideText: { type: BooleanConstructor; default: boolean; }; underline: { type: BooleanConstructor; default: boolean; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { click: (val: MouseEvent) => any; }, string, import('vue').PublicProps, Readonly>; required: false; default: undefined; }; external: { type: PropType>; required: false; default: undefined; }; disabled: { type: PropType>; required: false; default: undefined; }; size: { type: PropType; default: string; }; foregroundLink: { type: BooleanConstructor; default: boolean; }; /** * Add icon to the left from the text */ iconLeft: { type: PropType>; default: null; }; /** * Add icon to the right from the text */ iconRight: { type: PropType>; default: null; }; /** * Hide default slot (when you want to show icons only) */ hideText: { type: BooleanConstructor; default: boolean; }; underline: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onClick?: ((val: MouseEvent) => any) | undefined; }>, { to: Optional; size: LinkSize; external: Optional; disabled: Optional; iconLeft: Nullable; iconRight: Nullable; hideText: boolean; foregroundLink: boolean; underline: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };