import { Props, Emits } from './types'; import { Ref } from 'vue'; /** * 操作 */ export declare const useHandler: (props: Readonly>, emit: Emits) => { collapseItemCont: Ref; isShow: Ref; curHeight: Ref; onClick: (e: MouseEvent) => void; };