import { PropType } from 'vue'; export declare const props: { modelValue: { type: PropType; default: () => {}; }; }; export declare const emits: {};