import React from 'react'; import { ListElementProps } from './ListElement'; export declare type OLElementProps = Omit, 'listType'>; export default function OLElement(props: OLElementProps): React.FunctionComponentElement>;