import React from 'react'; export declare type ISimulatorProps = React.HTMLAttributes; export declare const Simulator: React.FC;