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