import { IconProps } from '../../iconUtils'; export declare const LinkOff: import('react').MemoExoticComponent<(props: IconProps) => import('react').ReactElement>; export type LinkOffProps = IconProps; export default LinkOff;