import { default as React } from 'react'; export type ListProps = React.ComponentPropsWithoutRef<'ol'>; export declare const List: React.ForwardRefExoticComponent, HTMLOListElement>, "ref"> & React.RefAttributes>;