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