import { Quality } from '../../types/datasets'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; export type QualityComponentProps = { quality: Quality; showItemWarnings?: boolean; }; declare const _default: DefineComponent & Readonly<{}>, { showItemWarnings: boolean; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=QualityComponent.vue.d.ts.map