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