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