import { ReactElement } from 'react'; import { SvgIconProps } from './props'; export declare function Ether({ size }: SvgIconProps): ReactElement;