import { PropsWithChildren } from 'react'; import { CalloutBannerProps } from '@shopify/post-purchase-ui-extensions'; export declare function CalloutBanner({ title, children, border, background, alignment, spacing, }: PropsWithChildren): JSX.Element;