import * as React from "react";
import { type SvgIconProps } from "@vkontakte/icons-sprite";
export type Icon16LinkOutlineProps = SvgIconProps;
export declare const Icon16LinkOutline: React.FC<Icon16LinkOutlineProps> & {
};
