/// interface TabbarContextProps { value?: string | number; onItemClick?: (value?: any) => void; } declare const TabbarContext: import("react").Context; export default TabbarContext;