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