/// declare type EditPriceProps = Readonly<{ withStopovers?: boolean; }>; export declare const EditPrices: ({ withStopovers }: EditPriceProps) => JSX.Element; export {};