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