import { Organization } from '../../types/organizations'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; export type OrganizationNameWithCertificateProps = { organization: Organization; showType?: boolean; }; declare const _default: DefineComponent & Readonly<{}>, { showType: boolean; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=OrganizationNameWithCertificate.vue.d.ts.map