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