/// export declare type Props = { description?: string; title?: string; }; export declare function ImageInfo({ title, description }: Props): JSX.Element | null;