import { default as React } from 'react'; export type BridgeProps = { showHistory?: boolean; }; declare function Bridge(props: BridgeProps): React.JSX.Element; declare const _default: React.MemoExoticComponent; export default _default; //# sourceMappingURL=index.d.ts.map