import { RightsProps } from '../composable/useRightsIndicator'; type PropsBase = RightsProps & { /** Display reason as text instead of only tooltip */ text?: boolean; /** Use inline instead of block */ inline?: boolean; }; declare const __VLS_export: import('../../../node_modules/vue').DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import('../../../node_modules/vue').ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;