import type { PropType } from 'vue'; export declare const definePropType: (val: any) => PropType;