import CategoryNav from './src/category-nav.vue'; export declare const YhCategoryNav: any; export default YhCategoryNav; export * from './src/category-nav'; export type CategoryNavInstance = InstanceType; export type YhCategoryNavInstance = CategoryNavInstance; export type YhCategoryNavProps = import('./src/category-nav').CategoryNavProps; export type YhCategoryNavEmits = import('./src/category-nav').CategoryNavEmits; export type YhCategoryNavSlots = import('./src/category-nav').CategoryNavSlots; export type YhCategoryItem = import('./src/category-nav').CategoryItem; export type YhCategorySubItem = import('./src/category-nav').CategorySubItem;