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