import * as React from 'react'; export declare const StyledLink: import("styletron-react").StyletronComponent<"a", { $isAnimateUnderline?: boolean; $isFocusVisible?: boolean; } & { animateUnderline?: boolean; }>; /** @deprecated To be removed in future versions.*/ export type LinkProps = React.ComponentProps;