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