import { CompoundedComponentWithRefType } from '../../../types'; import BottomNavigationAction from './BottomNavigationAction/BottomNavigationAction'; import { IBottomNavigationProps } from './index.types'; interface ICompoundedComponent extends CompoundedComponentWithRefType { Action: typeof BottomNavigationAction; } declare const _default: ICompoundedComponent; export default _default;