import { FNodeResizeFinalizeExecution } from './resize-finalize';
import { FNodeResizePreparationExecution } from './resize-preparation';
import { GetNodeResizeRestrictionsExecution } from './get-node-resize-restrictions';
import { ApplyChildResizeRestrictionsExecution } from './apply-child-resize-restrictions';
import { ApplyParentResizeRestrictionsExecution } from './apply-parent-resize-restrictions';
import { CalculateChangedSizeExecution } from './calculate-changed-size';
import { CalculateChangedPositionExecution } from './calculate-changed-position';
import { GetNormalizedChildrenNodesRectExecution } from './get-normalized-children-nodes-rect';
export declare const NODE_RESIZE_PROVIDERS: (typeof GetNormalizedChildrenNodesRectExecution | typeof GetNodeResizeRestrictionsExecution | typeof ApplyChildResizeRestrictionsExecution | typeof ApplyParentResizeRestrictionsExecution | typeof CalculateChangedPositionExecution | typeof CalculateChangedSizeExecution | typeof FNodeResizeFinalizeExecution | typeof FNodeResizePreparationExecution)[];
