import type { PropType, ExtractPropTypes } from 'vue'; import type { DashboardType } from './types'; export declare const dashboardProps: { type: PropType; color: StringConstructor; size: (StringConstructor | NumberConstructor)[]; space: (StringConstructor | NumberConstructor)[]; }; export type DashboardProps = ExtractPropTypes;