import { FC } from "react"; export declare enum CellBarDirection { LEFT_TO_RIGHT = 0, RIGHT_TO_LEFT = 1 } interface CellBarProps { width: number; className?: string; direction?: CellBarDirection; } export declare const CellBar: FC; export {}; //# sourceMappingURL=cellBar.d.ts.map