import { FormElementV2LabelOptions, OnyxFormElementV2Slots } from './types.js'; /** * @deprecated This component is still under active development and its API might change in patch * releases. * @experimental */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots & { id?: string; label: string | FormElementV2LabelOptions; skeleton?: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected; message?: string | import('./types.js', { with: { "resolution-mode": "import" } }).FormElementV2Tooltip; error?: string | import('./types.js', { with: { "resolution-mode": "import" } }).FormElementV2Tooltip; success?: string | import('./types.js', { with: { "resolution-mode": "import" } }).FormElementV2Tooltip; required?: boolean; loading?: boolean; open?: import('../../index.js', { with: { "resolution-mode": "import" } }).Nullable; popoverOptions?: import('./types.js', { with: { "resolution-mode": "import" } }).FormElementV2PopoverOptions; } & { /** * *Wether it's unstyled, in which case it resets the styles of the content area (where the * main form element resides) */ unstyled?: boolean; }, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, { "update:open": (open: boolean) => any; }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly & { id?: string; label: string | FormElementV2LabelOptions; skeleton?: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected; message?: string | import('./types.js', { with: { "resolution-mode": "import" } }).FormElementV2Tooltip; error?: string | import('./types.js', { with: { "resolution-mode": "import" } }).FormElementV2Tooltip; success?: string | import('./types.js', { with: { "resolution-mode": "import" } }).FormElementV2Tooltip; required?: boolean; loading?: boolean; open?: import('../../index.js', { with: { "resolution-mode": "import" } }).Nullable; popoverOptions?: import('./types.js', { with: { "resolution-mode": "import" } }).FormElementV2PopoverOptions; } & { /** * *Wether it's unstyled, in which case it resets the styles of the content area (where the * main form element resides) */ unstyled?: boolean; }> & Readonly<{ "onUpdate:open"?: ((open: boolean) => any) | undefined; }>, { skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected; showError: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected; requiredMarker: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected; reserveMessageSpace: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected; id: string; open: boolean | null; popoverOptions: import('./types.js', { with: { "resolution-mode": "import" } }).FormElementV2PopoverOptions; }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>, OnyxFormElementV2Slots>; type __VLS_WithSlots = T & { new (): { $slots: S; }; };