/// export interface IconVolumeLowOutlineProps { size?: string; style?: React.CSSProperties; } export declare const IconVolumeLowOutline: React.FC;