import type { PropType } from 'vue'; import type { AxiosError } from 'axios'; import type { KongManagerRouteEntityConfig, KonnectRouteEntityConfig } from '../types'; import '@kong-ui-public/entities-shared/dist/style.css'; declare const __VLS_export: import("vue").DefineComponent; required: true; validator: (config: KonnectRouteEntityConfig | KongManagerRouteEntityConfig) => boolean; }; /** * External link for documentation that determines visibility of Documentation button */ configCardDoc: { type: StringConstructor; default: string; required: false; }; /** * Control visibility of card title content */ hideTitle: { type: BooleanConstructor; default: boolean; }; /** The id of the service with which the route is associated */ serviceId: { type: PropType; required: false; default: null; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { loading: (isLoading: boolean) => any; "fetch:error": (error: AxiosError) => any; "fetch:success": (data: Record) => any; "navigation-click": (id: string, entityType: string) => any; }, string, import("vue").PublicProps, Readonly; required: true; validator: (config: KonnectRouteEntityConfig | KongManagerRouteEntityConfig) => boolean; }; /** * External link for documentation that determines visibility of Documentation button */ configCardDoc: { type: StringConstructor; default: string; required: false; }; /** * Control visibility of card title content */ hideTitle: { type: BooleanConstructor; default: boolean; }; /** The id of the service with which the route is associated */ serviceId: { type: PropType; required: false; default: null; }; }>> & Readonly<{ onLoading?: ((isLoading: boolean) => any) | undefined; "onFetch:error"?: ((error: AxiosError) => any) | undefined; "onFetch:success"?: ((data: Record) => any) | undefined; "onNavigation-click"?: ((id: string, entityType: string) => any) | undefined; }>, { configCardDoc: string; hideTitle: boolean; serviceId: string | null; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=RouteConfigCard.vue.d.ts.map