export declare const CheckoutLocationSettingsBrandingButtonShape: { readonly Squared: "SQUARED"; readonly Rounded: "ROUNDED"; readonly Pill: "PILL"; }; export type CheckoutLocationSettingsBrandingButtonShape = (typeof CheckoutLocationSettingsBrandingButtonShape)[keyof typeof CheckoutLocationSettingsBrandingButtonShape];