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