import { MapContentInterface, MapContentInnerInterface } from './mapContent.types'; export declare function mapContentTheme(props: MapContentInterface): any; export declare function mapContentInnerTheme(props: MapContentInnerInterface): any;