import { LidoComponentProps } from '@lidofinance/utils' export type { Theme } from '@lidofinance/theme' export type LinkProps = LidoComponentProps<'a'> & { fadeVisited?: boolean }