import { PinInputProps } from './types'; declare const _default: import('vue').DefineComponent any; change: (value: string[]) => any; complete: (value: string[]) => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:value"?: ((value: string[]) => any) | undefined; onChange?: ((value: string[]) => any) | undefined; onComplete?: ((value: string[]) => any) | undefined; }>, { length: number; value: string[]; type: import('./types').PinInputType; size: import('./types').PinInputSize; mask: boolean; disabled: boolean; placeholder: string; otp: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;