import React from 'react'; import { type IconProps } from './core'; interface IconSoundWaveProps extends IconProps { base?: '24'; } export declare function IconSoundWave({ base, ...props }: IconSoundWaveProps): React.JSX.Element; export {};