import { PropsWithChildren } from 'react'; import { BookendProps } from '@shopify/post-purchase-ui-extensions'; export declare function Bookend({ children, spacing, alignment, leading, trailing, }: PropsWithChildren): JSX.Element;