type __VLS_Props = {
    isInherited: boolean;
    disabled?: boolean;
};
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
    inheritanceRemove: () => any;
    inheritanceRestore: () => any;
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
    onInheritanceRemove?: (() => any) | undefined;
    onInheritanceRestore?: (() => any) | undefined;
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;
