type __VLS_Props = { title?: string; liveLabel?: string; showBar?: boolean; corners?: 'none' | 'tl-br' | 'all'; padding?: 'md' | 'compact' | 'tight'; bodyLayout?: 'default' | 'metric'; titleSize?: 'md' | 'sm'; overflowHidden?: boolean; items?: Record[]; itemKey?: string; direction?: 'up' | 'down' | 'left' | 'right'; speed?: number; waitTime?: number; }; type __VLS_Slots = { default(props: { item?: Record; }): any; 'header-prefix'(): any; 'header-center'(): any; 'header-extra'(): any; 'header-bottom'(): any; }; declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { title: string; liveLabel: string; showBar: boolean; corners: "none" | "tl-br" | "all"; padding: "md" | "compact" | "tight"; bodyLayout: "default" | "metric"; titleSize: "md" | "sm"; overflowHidden: boolean; itemKey: string; speed: number; direction: "up" | "down" | "left" | "right"; waitTime: number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=UiPanelCard.vue.d.ts.map