/// declare type OutputListItemProps = { isLast: boolean; labelFieldId?: string; linkFieldId?: string; separator?: string; target?: string; }; export declare const OutputListItem: (props: OutputListItemProps) => JSX.Element; export {};