import { PropsWithChildren } from 'react'; import { SpinnerProps } from '@shopify/checkout-ui-extensions'; export declare function Spinner({ size, color, accessibilityLabel, }: PropsWithChildren): JSX.Element;