import { ImageInterface } from '../CallToActionBar/CallToActionBar.interface'; export declare const imageOrientation: (image: ImageInterface) => string; export declare const getBannerSizeClassName: (size: string, overlap: boolean) => string; export declare const returnImageDimensions: (size: string, image_orientation: string) => { width: string; height: string; };