import type { AppConfig } from '@nuxt/schema'; import type { ComponentConfig } from '../types'; import theme from '#build/cms/form-panel-aside-section'; type FormPanelAsideSection = ComponentConfig; export interface FormPanelAsideSectionProps { title?: string; icon?: string; divide?: boolean; class?: any; ui?: FormPanelAsideSection['slots']; } export interface FormPanelAsideSectionSlots { default?: () => any; icon?: () => any; title?: () => any; } declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, FormPanelAsideSectionSlots>; type __VLS_WithSlots = T & { new (): { $slots: S; }; };