import { CenterPointStyle } from '../../../LczAMap/type/child'; interface AmapCenterPointStylesProps { pointsId: string; centerStyle: CenterPointStyle; } export declare const AmapCenterPointStyles: import("styled-components").GlobalStyleComponent; export {};