import { l as IconProps } from "./types-C9WcCWq5.mjs"; import React from "react"; //#region src/icons.d.ts declare function HiMiniStop(props: IconProps): React.JSX.Element; declare function HiVolumeOff(props: IconProps): React.JSX.Element; declare function HiVolumeUp(props: IconProps): React.JSX.Element; //#endregion export { HiMiniStop, HiVolumeOff, HiVolumeUp };