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