export interface RevSibarProps { header?: string; position?: "left" | "right" | "top" | "bottom" | "full" | undefined; blockScroll?: boolean; modal?: boolean; }