import type { SvgProps } from 'react-native-svg'; type IconProps = SvgProps & { size?: number | string; color?: string; }; declare const Link: ({ size, color, ...props }: IconProps) => import("react").JSX.Element; export default Link; //# sourceMappingURL=Link.native.d.ts.map