import { FC } from 'react'; interface IconCategory { name: string; } declare const IconLoader: FC; export default IconLoader;