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