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