export declare const CheckoutLocationSettingsBrandingHeaderType: { readonly BusinessName: "BUSINESS_NAME"; readonly FramedLogo: "FRAMED_LOGO"; readonly FullWidthLogo: "FULL_WIDTH_LOGO"; }; export type CheckoutLocationSettingsBrandingHeaderType = (typeof CheckoutLocationSettingsBrandingHeaderType)[keyof typeof CheckoutLocationSettingsBrandingHeaderType];