export type StickyThemeVars = {
    stickyZIndex?: number | string;
};
