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