import { FC } from 'react'; import { CoverImageInterface } from './coverImage.types'; export declare const CoverImage: FC;