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

declare const Outlet: ReactIconComponentType;
export default Outlet;
            