import { IconProps } from '../types';
declare const Link: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
export default Link;
//# sourceMappingURL=Link.d.ts.map