export declare const IMAGE_SIZE_MAP: Record; export declare function getImageDimensions(imageSize: string): { width: number; height: number; };