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