/// <reference types="react" />
import './styles/index.scss';
import type { CnSearchProps, CnSearchRef } from './types';
export declare const CnSearch: import("react").ForwardRefExoticComponent<CnSearchProps & import("react").RefAttributes<CnSearchRef>>;
export type { CnSearchProps, CnSearchRef };
