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