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