export interface Props { value: string; title?: string; disabled?: boolean; } declare function __VLS_template(): { header?(_: { item: { isOn: boolean; title: string; isDisabled: boolean; }; }): any; title?(_: {}): any; fn?(_: {}): any; default?(_: {}): any; }; declare const __VLS_component: import("vue").DefineComponent void; "title-click": (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly & Readonly<{ onChange?: (...args: any[]) => any; "onTitle-click"?: (...args: any[]) => any; }>, { value: string; title: string; disabled: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };