import { type PropType } from "vue"; export interface NavRailItem { id: string; label: unknown; href?: string; active?: boolean; disabled?: boolean; badge?: unknown; icon?: unknown; } export type NavRailProps = { items?: NavRailItem[]; label?: string; activeItemId?: string; class?: string; }; export declare const NavRail: import("vue").DefineComponent; default: () => never[]; }; label: { type: StringConstructor; default: string; }; activeItemId: { type: StringConstructor; default: undefined; }; class: { type: StringConstructor; default: undefined; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "itemSelect"[], "itemSelect", import("vue").PublicProps, Readonly; default: () => never[]; }; label: { type: StringConstructor; default: string; }; activeItemId: { type: StringConstructor; default: undefined; }; class: { type: StringConstructor; default: undefined; }; }>> & Readonly<{ onItemSelect?: ((...args: any[]) => any) | undefined; }>, { items: NavRailItem[]; class: string; label: string; activeItemId: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=NavRail.d.ts.map