import React from 'react'; import type { CardSearchProps } from './interface'; declare const CardSearch: React.FC; export default CardSearch;