import { PropType, VNodeTypes } from 'vue'; export interface ActionType { key: string; name: string; content: () => VNodeTypes; onClick: () => void; disabled?: boolean; } declare var __VLS_14: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_14) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: () => never[]; }; actionsLayout: { type: PropType; default: () => never[]; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: () => never[]; }; actionsLayout: { type: PropType; default: () => never[]; }; }>> & Readonly<{}>, { actions: ActionType[]; actionsLayout: string[]; }, {}, {}, {}, 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; }; };