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