import { ComponentType } from 'react'; import { OrderedListProps } from './types'; export declare const OrderedList: ComponentType;