import { type PropType } from "vue"; export type DashboardNavItem = { label: string; href: string; active?: boolean; }; export type DashboardKpi = { label: string; value: string; delta?: string; }; export type DashboardProps = { appTitle?: string; pageTitle: string; navItems?: DashboardNavItem[]; kpis?: DashboardKpi[]; class?: string; }; export declare const Dashboard: import("vue").DefineComponent; default: () => never[]; }; kpis: { type: PropType; default: () => never[]; }; class: { type: StringConstructor; default: undefined; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: () => never[]; }; kpis: { type: PropType; default: () => never[]; }; class: { type: StringConstructor; default: undefined; }; }>> & Readonly<{}>, { class: string; navItems: DashboardNavItem[]; appTitle: string; kpis: DashboardKpi[]; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=Dashboard.d.ts.map