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