import React from 'react';
/**
 * +/- stepper for global chair count with min/max enforcement
 * based on the selected table's capacity.
 */
export declare const DiningChairCountControl: React.FC;
