import { FC } from "react";
import { OscilloscopeProps } from "./Oscilloscope.types";
export declare const Oscilloscope: FC<OscilloscopeProps>;
