import React from 'react'; export type BottomNavigationLabelProps = React.HTMLAttributes; declare const BottomNavigationLabel: React.ForwardRefExoticComponent>; export default BottomNavigationLabel;