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