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

declare const Add: ReactIconComponentType;
export default Add;
            