/// import type { IconType } from "./Icon/types"; declare function LinkOff(props: IconType): JSX.Element; export default LinkOff;