export type GlideWidgetTheme = { colorScheme?: string; fontSrcCss?: string; fontFamily?: string; modalBorderWidth?: string; modalBorderRadius?: string; buttonPrimaryForeground?: string; buttonPrimaryBackground?: string; buttonPrimaryBorderColor?: string; buttonPrimaryBorderWidth?: string; buttonPrimaryBorderRadius?: string; buttonPrimaryPadding?: string; buttonSecondaryBackground?: string; buttonSecondaryBorderColor?: string; buttonSecondaryBorderWidth?: string; buttonSecondaryBorderRadius?: string; buttonSecondaryPadding?: string; alertBackground?: string; alertBorderWidth?: string; colorModalBackdrop?: string; colorModalBackground?: string; colorModalBorder?: string; colorTextPrimary?: string; colorTextSecondary?: string; colorPrimaryButtonBackground?: string; colorBackgroundSecondary?: string; colorAlertBackground?: string; colorAlertAccent?: string; colorAlertWarningBackground?: string; colorAlertWarningAccent?: string; colorAlertBorder?: string; appLogoHeight?: string; safeInsetBottom?: number; };