import type { IconName } from '../Icon'; import type { Placement } from '@popperjs/core'; export type SbFormItemProps = { id?: string; label?: string; helperIconText?: string; helperTextAlign?: string; helperText?: string; tooltipPosition?: Placement; labelFor?: string; icon?: IconName; grouped?: boolean; isRequired?: boolean; hideLabel?: boolean; itemClass?: string; bodyClass?: string; }; declare var __VLS_11: {}, __VLS_13: {}; type __VLS_Slots = {} & { helper?: (props: typeof __VLS_11) => any; } & { default?: (props: typeof __VLS_13) => any; }; declare const __VLS_base: import("vue").DefineComponent & Readonly<{}>, { label: string; id: string; tooltipPosition: Placement; hideLabel: boolean; icon: IconName; helperIconText: string; helperTextAlign: string; helperText: string; labelFor: string; grouped: boolean; isRequired: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };