import { IconProps } from '../Icon'; declare function SvgOpacity(props: IconProps): JSX.Element; export default SvgOpacity;