import { AySearchListProps } from './ay-search-list' import Selection from './Selection' import SelectionAll from './SelectionAll' declare const AySearchList: React.ForwardRefExoticComponent> & { Selection?: typeof Selection SelectionAll?: typeof SelectionAll } export default AySearchList