declare const defaultProps: { fill: string; width: number; height: number; fillOne: string; }; declare const SvgMapRound: { ({ fill, width, height, fillOne }: typeof defaultProps): JSX.Element; defaultProps: { fill: string; width: number; height: number; fillOne: string; }; }; export default SvgMapRound;