import type { BottomNavOptions } from "../BottomNav/BottomNav.types.js"; export interface BottomNavProps extends Omit, Record { } export interface BottomNavChangeDetail { index: number; } export declare function registerBottomNavElement(): CustomElementConstructor | undefined; //# sourceMappingURL=bottom-nav.d.ts.map