import { Props } from './types'; import { Ref } from 'vue'; import { Props } from '../MeStep/types'; /** * 操作 */ export declare const useHandler: (props: Readonly>) => { isActive: Ref; parentProps: Ref; };