import { ReactIconComponentType } from '../types';

declare const SelectAll: ReactIconComponentType;
export default SelectAll;
            