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