/// <reference types="react" />
import type { CnInputProps, CnInputRef } from './types';
declare const CnInput: import("react").ForwardRefExoticComponent<CnInputProps & import("react").RefAttributes<CnInputRef>>;
export { CnInput };
export type { CnInputProps, CnInputRef };
