import { PropsWithChildren } from 'react'; import { FormLayoutProps, FormLayoutGroupProps } from '@shopify/post-purchase-ui-extensions'; export declare function FormLayout({ children }: PropsWithChildren): JSX.Element; export declare function FormLayoutGroup({ children, }: PropsWithChildren): JSX.Element;