import React from 'react'; import { type JSX } from 'udp-react-stencil-component-library'; interface UdpFluentListItemProps extends Partial { children?: React.ReactNode; } export declare const UdpListItem: React.FC; export {}; //# sourceMappingURL=UdpListItem.d.ts.map