/// import { BaseIconProps } from '../../types'; declare function SvgMasterCardColored({ size, color, ...props }: BaseIconProps): JSX.Element; export default SvgMasterCardColored;