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