import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { CheckoutLocationSettingsBrandingButtonShape } from "./CheckoutLocationSettingsBrandingButtonShape"; import { CheckoutLocationSettingsBrandingHeaderType } from "./CheckoutLocationSettingsBrandingHeaderType"; export declare const CheckoutLocationSettingsBranding: core.serialization.ObjectSchema; export declare namespace CheckoutLocationSettingsBranding { interface Raw { header_type?: CheckoutLocationSettingsBrandingHeaderType.Raw | null; button_color?: (string | null | undefined) | null; button_shape?: CheckoutLocationSettingsBrandingButtonShape.Raw | null; } }