import type { ForwardRefForwardPropsComponent } from '../../types'; import type { ListProps } from './List'; declare const UnorderedList: ForwardRefForwardPropsComponent; export default UnorderedList; //# sourceMappingURL=UnorderedList.d.ts.map