import type { PropType } from 'vue'; import type { AxiosError } from 'axios'; import type { KongManagerConsumerGroupEntityConfig, KonnectConsumerGroupEntityConfig } from '../types'; import '@kong-ui-public/entities-shared/dist/style.css'; declare const __VLS_export: import("vue").DefineComponent; required: true; validator: (config: KonnectConsumerGroupEntityConfig | KongManagerConsumerGroupEntityConfig) => 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; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { loading: (isLoading: boolean) => any; "fetch:success": (data: Record) => any; "fetch:error": (error: AxiosError) => any; }, string, import("vue").PublicProps, Readonly; required: true; validator: (config: KonnectConsumerGroupEntityConfig | KongManagerConsumerGroupEntityConfig) => 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; }; }>> & Readonly<{ onLoading?: ((isLoading: boolean) => any) | undefined; "onFetch:success"?: ((data: Record) => any) | undefined; "onFetch:error"?: ((error: AxiosError) => any) | undefined; }>, { configCardDoc: string; hideTitle: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=ConsumerGroupConfigCard.vue.d.ts.map