import type { SenderHeaderProps } from './types'; declare var __VLS_14: {}, __VLS_30: {}; type __VLS_Slots = {} & { title?: (props: typeof __VLS_14) => any; } & { default?: (props: typeof __VLS_30) => any; }; declare const __VLS_base: import("vue").DefineComponent any; openChange: (open: boolean) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ "onUpdate:open"?: ((open: boolean) => any) | undefined; onOpenChange?: ((open: boolean) => any) | undefined; }>, { open: boolean; closable: boolean; classNames: Partial>; styles: Partial>; forceRender: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };