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