declare const _default: __VLS_WithTemplateSlots void; }>, { href: any; disabled: boolean; color: string; variant: string; iconName: any; iconType: string; iconPosition: string; testId: string; isTruncated: boolean; withTooltip: boolean; tooltipText: string; navigateToPage: any; }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { click: () => void; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly void; }>, { href: any; disabled: boolean; color: string; variant: string; iconName: any; iconType: string; iconPosition: string; testId: string; isTruncated: boolean; withTooltip: boolean; tooltipText: string; navigateToPage: any; }>>> & { onClick?: () => any; }, { testId: string; variant: "button" | "body1" | "body2" | "subtitle1" | "subtitle2"; withTooltip: boolean; tooltipText: string; isTruncated: boolean; disabled: boolean; color: "default" | "primary"; href: string; iconName: string; iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate"; iconPosition: "end" | "start"; navigateToPage: () => void; }>, { default?(_: {}): any; }>; export default _default; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToRuntimeProps = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; }; type __VLS_WithDefaults = { [K in keyof Pick]: K extends keyof D ? __VLS_Prettify : P[K]; }; type __VLS_Prettify = { [K in keyof T]: T[K]; } & {}; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };