import type { PropsWithChildren, ReactNode } from 'react'; interface PeakEditionListenerProps { x: number; y: number; useScaleX?: boolean; useScaleY?: boolean; dx?: number; dy?: number; value: number; id: string; } export declare function PeakEditionProvider({ children }: Required): import("react/jsx-runtime").JSX.Element; export declare function PeakEditionListener(props: PeakEditionListenerProps & { children: ReactNode; }): string | number | boolean | Iterable | import("react/jsx-runtime").JSX.Element | null | undefined; export {}; //# sourceMappingURL=PeakEditionManager.d.ts.map