import { PropsWithChildren } from 'react'; import { InlineStackProps } from '@shopify/post-purchase-ui-extensions'; export declare function InlineStack({ spacing, alignment, children, }: PropsWithChildren): JSX.Element;