import { PropsWithChildren } from 'react';
interface PointSimplifierProps extends AMapUI.PointSimplifier.Options<any> {
events?: AMapUI.PointSimplifier.Events<any>;
}
declare const _default: (props: PropsWithChildren<PointSimplifierProps>) => JSX.Element;
export default _default;