import type { ExtractPropTypes, PropType } from 'vue'; import type _Link from './link.vue'; export declare const sdLinkProps: { type: import("element-plus/es/utils").BuildPropReturn; underline: { type: PropType<"none" | "hover" | "always">; default: string; }; disabled: import("element-plus/es/utils").BuildPropReturn; href: import("element-plus/es/utils").BuildPropReturn; icon: import("element-plus/es/utils").BuildPropReturn>, "", unknown, unknown, unknown>; replace: { type: BooleanConstructor; default: boolean; }; text: { type: StringConstructor; default: string; }; size: { type: StringConstructor; }; color: { type: StringConstructor; }; }; export declare type SdLinkProps = ExtractPropTypes; export declare type SdLinkInstance = InstanceType;