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