/** * Types */ import type { FC } from 'react'; export declare const ImageLoader: FC<{ className?: string; }>;