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