type Props = { modelValue: any[]; value: any; disabled: boolean; }; export declare const defaultProps: Props; export {};