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