import type { PropType } from 'vue'; export declare const collapseItemProps: { readonly title: StringConstructor; readonly name: PropType; readonly disabled: BooleanConstructor; readonly displayDirective: PropType<"if" | "show">; };