import './cn-input.scss';
import * as React from 'react';
import type { CnInputRef, CnInputProps } from './types';
export declare const CnInput: React.ForwardRefExoticComponent<CnInputProps & React.RefAttributes<CnInputRef>>;
