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