import { App } from 'vue'; declare const OLink: { new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins; }; to: { type: import('vue').PropType>; }; replace: { type: BooleanConstructor; default: boolean; }; loading: { type: BooleanConstructor; }; color: { type: import('vue').PropType; default: string; }; size: { type: import('vue').PropType; default: string; }; disabled: { type: BooleanConstructor; }; icon: { type: import('vue').PropType; }; suffix: { type: BooleanConstructor; }; hoverBg: { type: BooleanConstructor; }; hoverUnderline: { type: BooleanConstructor; default: boolean; }; tag: { type: StringConstructor; default: string; }; global: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onClick?: ((val: MouseEvent) => any) | undefined; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { click: (val: MouseEvent) => any; }, import('vue').PublicProps, { color: "normal" | "primary" | "success" | "warning" | "danger"; size: "large" | "medium" | "small" | "auto"; disabled: boolean; replace: boolean; tag: string; loading: boolean; suffix: boolean; hoverBg: boolean; hoverUnderline: boolean; global: boolean; }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; }; to: { type: import('vue').PropType>; }; replace: { type: BooleanConstructor; default: boolean; }; loading: { type: BooleanConstructor; }; color: { type: import('vue').PropType; default: string; }; size: { type: import('vue').PropType; default: string; }; disabled: { type: BooleanConstructor; }; icon: { type: import('vue').PropType; }; suffix: { type: BooleanConstructor; }; hoverBg: { type: BooleanConstructor; }; hoverUnderline: { type: BooleanConstructor; default: boolean; }; tag: { type: StringConstructor; default: string; }; global: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onClick?: ((val: MouseEvent) => any) | undefined; }>, {}, {}, {}, {}, { color: "normal" | "primary" | "success" | "warning" | "danger"; size: "large" | "medium" | "small" | "auto"; disabled: boolean; replace: boolean; tag: string; loading: boolean; suffix: boolean; hoverBg: boolean; hoverUnderline: boolean; global: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import('vue').ComponentOptionsBase; }; to: { type: import('vue').PropType>; }; replace: { type: BooleanConstructor; default: boolean; }; loading: { type: BooleanConstructor; }; color: { type: import('vue').PropType; default: string; }; size: { type: import('vue').PropType; default: string; }; disabled: { type: BooleanConstructor; }; icon: { type: import('vue').PropType; }; suffix: { type: BooleanConstructor; }; hoverBg: { type: BooleanConstructor; }; hoverUnderline: { type: BooleanConstructor; default: boolean; }; tag: { type: StringConstructor; default: string; }; global: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onClick?: ((val: MouseEvent) => any) | undefined; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { click: (val: MouseEvent) => any; }, string, { color: "normal" | "primary" | "success" | "warning" | "danger"; size: "large" | "medium" | "small" | "auto"; disabled: boolean; replace: boolean; tag: string; loading: boolean; suffix: boolean; hoverBg: boolean; hoverUnderline: boolean; global: boolean; }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & { install(app: App): void; }; export { OLink }; export * from './types';