export type BackTopThemeVars = { backTopSize?: string; backTopIconSize?: string; backTopRight?: string; backTopBottom?: string; backTopZIndex?: string | number; backTopTextColor?: string; backTopBackground?: string; };