export declare const StartDecorator: import("@emotion/styled").StyledComponent & import("../types/slot").SlotCommonProps & { disabled?: boolean; startDecorator?: React.ReactNode; endDecorator?: React.ReactNode; underline?: "none" | "hover" | "always"; variant?: import("..").TypographyProps["variant"]; } & import("./Link.types").LinkSlotsAndSlotProps & Omit, HTMLAnchorElement>, "ref"> & { ref?: React.Ref; }, "disabled" | "underline" | keyof import("../types/slot").SlotCommonProps | "variant" | "startDecorator" | "endDecorator" | keyof import("./Link.types").LinkSlotsAndSlotProps>, React.DetailedHTMLProps, HTMLSpanElement>, {}>; export declare const EndDecorator: import("@emotion/styled").StyledComponent & import("../types/slot").SlotCommonProps & { disabled?: boolean; startDecorator?: React.ReactNode; endDecorator?: React.ReactNode; underline?: "none" | "hover" | "always"; variant?: import("..").TypographyProps["variant"]; } & import("./Link.types").LinkSlotsAndSlotProps & Omit, HTMLAnchorElement>, "ref"> & { ref?: React.Ref; }, "disabled" | "underline" | keyof import("../types/slot").SlotCommonProps | "variant" | "startDecorator" | "endDecorator" | keyof import("./Link.types").LinkSlotsAndSlotProps>, React.DetailedHTMLProps, HTMLSpanElement>, {}>; export declare const LinkRoot: import("@emotion/styled").StyledComponent & import("../types/slot").SlotCommonProps & { disabled?: boolean; startDecorator?: React.ReactNode; endDecorator?: React.ReactNode; underline?: "none" | "hover" | "always"; variant?: import("..").TypographyProps["variant"]; } & import("./Link.types").LinkSlotsAndSlotProps & Omit, HTMLAnchorElement>, "ref"> & { ref?: React.Ref; }, "disabled" | "underline" | keyof import("../types/slot").SlotCommonProps | "variant" | "startDecorator" | "endDecorator" | keyof import("./Link.types").LinkSlotsAndSlotProps>, React.DetailedHTMLProps, HTMLAnchorElement>, {}>;