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