import { ExtractPropTypes, PropType } from 'vue'; import { BooleanType } from '../const/types'; export declare const inputBoxProps: { multiple: BooleanType; disabled: BooleanType; size: StringConstructor; type: StringConstructor; theme: StringConstructor; shape: StringConstructor; inputType: StringConstructor; value: PropType; showPassword: BooleanType; inputRef: PropType; }; export type InputBoxProps = ExtractPropTypes; declare const _default: import('vue').DefineComponent; showPassword: BooleanType; inputRef: PropType; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; showPassword: BooleanType; inputRef: PropType; }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;