export declare type CellSize = "medium" | "large";
export declare type CellAlign = "start" | "center" | "end";
