import type { IconProps } from "../icon-options"; export declare const VolumeLow1Icon: ({ variant, className, ...props }: IconProps) => import("react").JSX.Element; export default VolumeLow1Icon;