import { NoiserProps } from './NoiserProps';
import * as React from 'react';
export declare const Noiser: React.FunctionComponent<NoiserProps>;
