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