import { PropsWithChildren } from 'react'; import { LayoutProps } from '@shopify/post-purchase-ui-extensions'; export declare function Layout({ inlineAlignment, blockAlignment, maxInlineSize, sizes, media, children, }: PropsWithChildren): JSX.Element;