import type { PropsWithChildren } from 'react'; import { FormProps } from '@shopify/checkout-ui-extensions'; export declare function Form({ onSubmit, children, implicitSubmit, disabled, id, }: PropsWithChildren): JSX.Element;