import type { SvgProps } from 'react-native-svg'; type IconProps = SvgProps & { size?: number | string; color?: string; }; declare const VolumeOff: ({ size, color, ...props }: IconProps) => import("react").JSX.Element; export default VolumeOff; //# sourceMappingURL=VolumeOff.native.d.ts.map