import React from 'react';
/**
 * Iframe container for the dining configurator 3D viewer.
 * Builds the dining-specific iframe URL and renders it.
 */
interface DiningProductGalleryProps {
    style?: React.CSSProperties;
}
export declare const DiningProductGallery: React.FC<DiningProductGalleryProps>;
export {};
