import { PropsWithChildren } from 'react'; import { HeadingGroupProps } from '@shopify/checkout-ui-extensions'; export declare function HeadingGroup({ children }: PropsWithChildren): JSX.Element;