import { BaseInputProps } from "@v-c/input/dist/interface"; //#region src/_util/getAllowClear.d.ts type AllowClear = BaseInputProps['allowClear']; declare function getAllowClear(allowClear: AllowClear): AllowClear; //#endregion export { AllowClear, getAllowClear as default };