import { ListItem as BaseListItem } from '@shopify/checkout-ui-extensions'; import type { ReactPropsFromRemoteComponentType } from '@remote-ui/react'; export type ListItemProps = ReactPropsFromRemoteComponentType; export declare const ListItem: "ListItem" & { readonly type?: "ListItem" | undefined; readonly props?: import("@shopify/checkout-ui-extensions").ListItemProps | undefined; readonly children?: true | undefined; } & import("@remote-ui/react").ReactComponentTypeFromRemoteComponentType>; //# sourceMappingURL=ListItem.d.ts.map