declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots; type __VLS_WithSlots = T & (new () => { $slots: S; }); declare const __VLS_base: import("vue").DefineSetupFnComponent, {}, {}, Record & {}, import("vue").PublicProps>; type __VLS_Slots = { default?: (props: {}) => any; } & { title?: (props: {}) => any; } & { actions?: (props: {}) => any; } & { 'primary-action'?: (props: {}) => any; };