import { BFormGroupProps, BFormGroupSlots } from '../../types';
type __VLS_Slots = BFormGroupSlots;
declare const __VLS_base: import('vue').DefineComponent<BFormGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BFormGroupProps> & Readonly<{}>, {
    disabled: boolean;
    ariaInvalid: import('../..').AriaInvalid;
    id: string;
    state: import('../..').ValidationState;
    label: string;
    tooltip: boolean;
    contentCols: boolean | import('../../types/CommonTypes').Numberish;
    labelCols: boolean | import('../../types/CommonTypes').Numberish;
    labelAlign: string;
    description: string;
    feedbackAriaLive: string;
    floating: boolean;
    invalidFeedback: string;
    labelClass: import('../../types/AnyValuedAttributes').ClassValue;
    labelFor: string;
    labelSize: string;
    labelVisuallyHidden: boolean;
    validFeedback: string;
    validated: boolean;
    contentColsSm: boolean | import('../../types/CommonTypes').Numberish;
    contentColsMd: boolean | import('../../types/CommonTypes').Numberish;
    contentColsLg: boolean | import('../../types/CommonTypes').Numberish;
    contentColsXl: boolean | import('../../types/CommonTypes').Numberish;
    labelColsSm: boolean | import('../../types/CommonTypes').Numberish;
    labelColsMd: boolean | import('../../types/CommonTypes').Numberish;
    labelColsLg: boolean | import('../../types/CommonTypes').Numberish;
    labelColsXl: boolean | import('../../types/CommonTypes').Numberish;
    labelAlignSm: string;
    labelAlignMd: string;
    labelAlignLg: string;
    labelAlignXl: string;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
declare const _default: typeof __VLS_export;
export default _default;
type __VLS_WithSlots<T, S> = T & {
    new (): {
        $slots: S;
    };
};
