/// import type { ICapacity } from '../../index'; export interface IMinMaxDesiredChangesProps { current: ICapacity; next: ICapacity; } export declare function MinMaxDesiredChanges(props: IMinMaxDesiredChangesProps): JSX.Element;