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