import { IconProps } from '../lib';
declare function SelectionAll({ weight, color, size, style }: IconProps): JSX.Element;
export default SelectionAll;
