import { type SvgIconProps } from '@mui/material/SvgIcon';
import React from 'react';
declare const TransferColored: (props: SvgIconProps) => React.JSX.Element;
export default TransferColored;
