import { FontStyle } from '../../LczNewsList/type'; interface AreaMapWrapperProps { textHightStyle?: FontStyle; } export declare const AreaMapWrapper: import("styled-components").StyledComponent<"div", any, AreaMapWrapperProps, never>; export {};