export type FixedViewPosition = "top" | "bottom"; export type FixedViewThemeVars = { fixedViewZIndex?: string | number; };