import { FunctionComponent } from 'preact';
import { IProps } from './types';
declare const WebConnect: FunctionComponent<IProps>;
export default WebConnect;
//# sourceMappingURL=WebConnect.d.ts.map