declare const _default: import("vue").DefineComponent<{ href: { type: import("vue").PropType; default: undefined; }; target: { type: import("vue").PropType<"_blank" | "_self">; default: undefined; }; disabled: { type: BooleanConstructor; default: boolean; }; type: { type: import("vue").PropType<"link" | "default" | "custom" | "action" | "link-primary">; default: string; }; icon: { type: StringConstructor; default: undefined; }; iconLeft: { type: import("vue").PropType; default: undefined; }; iconRight: { type: import("vue").PropType; default: undefined; }; }, unknown, unknown, {}, { isBlank: (target?: string) => boolean; linkTo(e: MouseEvent): void; }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "push-state"[], "push-state", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; default: undefined; }; target: { type: import("vue").PropType<"_blank" | "_self">; default: undefined; }; disabled: { type: BooleanConstructor; default: boolean; }; type: { type: import("vue").PropType<"link" | "default" | "custom" | "action" | "link-primary">; default: string; }; icon: { type: StringConstructor; default: undefined; }; iconLeft: { type: import("vue").PropType; default: undefined; }; iconRight: { type: import("vue").PropType; default: undefined; }; }>> & { "onPush-state"?: ((...args: any[]) => any) | undefined; }, { type: "link" | "default" | "custom" | "action" | "link-primary"; disabled: boolean; iconLeft: import("@dao-style/core").IconProp; iconRight: import("@dao-style/core").IconProp; target: "_blank" | "_self"; icon: string; href: string | undefined; }>; export default _default;