import { App } from 'vue';
declare const OLink: {
    new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
        href: {
            type: StringConstructor;
        };
        target: {
            type: import('vue').PropType<"_blank" | "_parent" | "_self" | "_top">;
        };
        to: {
            type: import('vue').PropType<string | Record<string, unknown>>;
        };
        replace: {
            type: BooleanConstructor;
            default: boolean;
        };
        loading: {
            type: BooleanConstructor;
        };
        color: {
            type: import('vue').PropType<import('..').ColorT>;
            default: string;
        };
        size: {
            type: import('vue').PropType<import('./types').LinkSizeT>;
            default: string;
        };
        disabled: {
            type: BooleanConstructor;
        };
        icon: {
            type: import('vue').PropType<import('vue').Component>;
        };
        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<import('vue').ExtractPropTypes<{
        href: {
            type: StringConstructor;
        };
        target: {
            type: import('vue').PropType<"_blank" | "_parent" | "_self" | "_top">;
        };
        to: {
            type: import('vue').PropType<string | Record<string, unknown>>;
        };
        replace: {
            type: BooleanConstructor;
            default: boolean;
        };
        loading: {
            type: BooleanConstructor;
        };
        color: {
            type: import('vue').PropType<import('..').ColorT>;
            default: string;
        };
        size: {
            type: import('vue').PropType<import('./types').LinkSizeT>;
            default: string;
        };
        disabled: {
            type: BooleanConstructor;
        };
        icon: {
            type: import('vue').PropType<import('vue').Component>;
        };
        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<Readonly<import('vue').ExtractPropTypes<{
    href: {
        type: StringConstructor;
    };
    target: {
        type: import('vue').PropType<"_blank" | "_parent" | "_self" | "_top">;
    };
    to: {
        type: import('vue').PropType<string | Record<string, unknown>>;
    };
    replace: {
        type: BooleanConstructor;
        default: boolean;
    };
    loading: {
        type: BooleanConstructor;
    };
    color: {
        type: import('vue').PropType<import('..').ColorT>;
        default: string;
    };
    size: {
        type: import('vue').PropType<import('./types').LinkSizeT>;
        default: string;
    };
    disabled: {
        type: BooleanConstructor;
    };
    icon: {
        type: import('vue').PropType<import('vue').Component>;
    };
    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 & (new () => {
    $slots: any;
}) & {
    install(app: App): void;
};
export { OLink };
export * from './types';
