import { type SvgIconProps } from '@mui/material/SvgIcon'; declare const LinkColored: (props: SvgIconProps) => JSX.Element; export default LinkColored;