import type { ComponentProps } from 'react'; export declare const Ol: (props: ComponentProps<'ol'>) => import("react/jsx-runtime").JSX.Element; export declare const Ul: (props: ComponentProps<'ul'>) => import("react/jsx-runtime").JSX.Element; export declare const Li: (props: ComponentProps<'li'>) => import("react/jsx-runtime").JSX.Element;