import React from 'react'; type ConfiguratorProps = { open?: boolean; }; export declare const Configurator: React.FC; export {};