import React from 'react'; import { AySearchListProps } from './ay-search-list'; import Selection from './Selection'; import SelectionAll from './SelectionAll'; import './ay-search-list.less'; export { Selection, SelectionAll }; declare let component: React.ForwardRefExoticComponent & React.RefAttributes>; export default component;