import { CoverImageInterface } from './coverImage.types'; export declare function coverImageTheme(props: CoverImageInterface): any; export declare function coverImageContentTheme(props: CoverImageInterface): any;