import { PropsWithChildren } from 'react'; import { ListItemProps, ListProps } from '@shopify/checkout-ui-extensions'; export declare function List({ spacing, marker, children, }: PropsWithChildren): JSX.Element; export declare function ListItem({ children }: PropsWithChildren): JSX.Element;