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