import { FC } from 'react'; import { ImageProps } from 'theme-ui'; /** * Image component with a title if available */ export declare const TitledImage: FC>;