import React from 'react';
/**
 * Right-hand sidebar for the dining configurator.
 * Renders step-specific content: table grid, chair selection, finish, review.
 */
interface DiningSidebarProps {
    hideStepper?: boolean;
}
export declare const DiningSidebar: React.FC<DiningSidebarProps>;
export {};
