/// import { IconProps } from '@shopify/checkout-ui-extensions'; export declare function Icon({ source, appearance, size, accessibilityLabel, }: IconProps): JSX.Element; export declare const AVAILABLE_ICONS: string[];