import type { AppConfig } from '@nuxt/schema'; import type { InputProps } from '@nuxt/ui'; import type { ComponentConfig } from '../types'; import theme from '#build/cms/form-slug'; type FormSlug = ComponentConfig; export interface FormSlugProps { name?: string; regenerate?: boolean; label?: string; titleKey?: string; slugKey?: string; inputProps?: Omit; class?: any; ui?: FormSlug['slots']; } declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: import("vue").DefineComponent any; "update:slug": (value: string | undefined) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ "onUpdate:title"?: ((value: string | undefined) => any) | undefined; "onUpdate:slug"?: ((value: string | undefined) => any) | undefined; }>, { name: string; titleKey: string; slugKey: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;