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