import React from 'react';
import { IconProps } from './types.js';

declare function HiMiniStop(props: IconProps): React.JSX.Element;
declare function HiVolumeOff(props: IconProps): React.JSX.Element;
declare function HiVolumeUp(props: IconProps): React.JSX.Element;

export { HiMiniStop, HiVolumeOff, HiVolumeUp };
