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