import React from 'react';
import type { CnSearchProps, CnSearchRef } from './types';
declare const CnSearch: React.ForwardRefExoticComponent<CnSearchProps & React.RefAttributes<CnSearchRef>>;
export { CnSearch };
