import { CSSProperties } from "react"; declare const CommonStyles: { fit: CSSProperties; center: CSSProperties; absoluteFill: CSSProperties; displayFlex: CSSProperties; horizontalScroll: CSSProperties; verticalScroll: CSSProperties; drawerStyle: CSSProperties; scrollbarCSS: (isHorizontal?: boolean, trackColor?: string, thumbColor?: string) => { scrollbarWidth: string; scrollbarColor: string; "&::-webkit-scrollbar": { height: number; width?: undefined; } | { width: number; height?: undefined; }; "&::-webkit-scrollbar-track": { background: string; }; "&::-webkit-scrollbar-thumb": { background: string; visibility: string; borderRadius: number; }; "&:hover": { "&::-webkit-scrollbar-thumb": { visibility: string; }; }; }; }; export { CommonStyles }; //# sourceMappingURL=commonStyles.d.ts.map