type LicenseBannerType = "no_license" | "expired" | "expiring" | "invalid" | "feature_unlicensed"; type __VLS_Props = { type: LicenseBannerType; featureName?: string; expiryDate?: string; graceRemaining?: number; }; declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { dismiss: () => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ onDismiss?: (() => any) | undefined; }>, { featureName: string; expiryDate: string; graceRemaining: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=LicenseWarningBanner.vue.d.ts.map