import { type PropType } from 'vue'; import type { EmptyStateFeature, AppearanceTypes } from '../../types/entity-empty-state'; declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}, __VLS_7: {}, __VLS_9: {}, __VLS_11: {}, __VLS_47: `feature-${number}-icon`, __VLS_48: {}, __VLS_50: {}; type __VLS_Slots = {} & { [K in NonNullable]?: (props: typeof __VLS_48) => any; } & { image?: (props: typeof __VLS_1) => any; } & { title?: (props: typeof __VLS_3) => any; } & { default?: (props: typeof __VLS_5) => any; } & { pricing?: (props: typeof __VLS_7) => any; } & { message?: (props: typeof __VLS_9) => any; } & { actions?: (props: typeof __VLS_11) => any; } & { bottom?: (props: typeof __VLS_50) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: () => string; validator: (value: AppearanceTypes) => boolean; }; title: { type: StringConstructor; default: string; }; description: { type: StringConstructor; default: string; }; pricing: { type: StringConstructor; default: string; }; /** A synchronous or asynchronous function, that returns a boolean, that evaluates if the user can create a new entity */ canCreate: { type: PropType<() => boolean | Promise>; required: false; default: () => Promise; }; actionButtonText: { type: StringConstructor; default: string; }; learnMore: { type: BooleanConstructor; default: boolean; }; features: { type: PropType; default: () => never[]; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { "click:create": () => any; "click:learn-more": () => any; }, string, import("vue").PublicProps, Readonly; default: () => string; validator: (value: AppearanceTypes) => boolean; }; title: { type: StringConstructor; default: string; }; description: { type: StringConstructor; default: string; }; pricing: { type: StringConstructor; default: string; }; /** A synchronous or asynchronous function, that returns a boolean, that evaluates if the user can create a new entity */ canCreate: { type: PropType<() => boolean | Promise>; required: false; default: () => Promise; }; actionButtonText: { type: StringConstructor; default: string; }; learnMore: { type: BooleanConstructor; default: boolean; }; features: { type: PropType; default: () => never[]; }; }>> & Readonly<{ "onClick:create"?: (() => any) | undefined; "onClick:learn-more"?: (() => any) | undefined; }>, { title: string; learnMore: boolean; appearance: AppearanceTypes; actionButtonText: string; features: EmptyStateFeature[]; description: string; pricing: string; canCreate: () => boolean | Promise; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=EntityEmptyState.vue.d.ts.map