import { ComponentType } from 'react'; import { UnorderedListProps } from './types'; export declare const UnorderedList: ComponentType;