/** * @license EUPL-1.2+ * Copyright Gemeente Amsterdam */ import type { LiHTMLAttributes, PropsWithChildren } from 'react'; export type UnorderedListItemProps = PropsWithChildren>; export declare const UnorderedListItem: import("react").ForwardRefExoticComponent & { children?: import("react").ReactNode | undefined; } & import("react").RefAttributes>;