import type { SlideItemAction } from "../../types/general"; import { PropType } from "vue"; declare const _default: import("vue").DefineComponent<{ title: { type: StringConstructor; required: true; }; description: { type: StringConstructor; required: false; default: string; }; actions: { type: PropType; required: false; default: () => { key: string; label: string; variant: string; }[]; }; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { action: (_value: string) => true; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; required: false; default: () => { key: string; label: string; variant: string; }[]; }; }>> & { onAction?: ((_value: string) => any) | undefined; }, { description: string; actions: SlideItemAction[]; }>; export default _default;