import * as React from 'react';
import { MultiBarPassThroughParams } from '../../types';
declare type Props = Pick<MultiBarPassThroughParams, 'params'>;
export declare const BottomTabBarWrapper: React.FC<Props>;
export {};
