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