export declare const wellColors: readonly ["white", "gray", "blue", "yellow", "orange", "red", "green", "purple"]; export type WellColors = (typeof wellColors)[number]; export declare const borderStyleTypes: readonly ["solid", "dashed", "none"]; export type WellBorderStyleType = (typeof borderStyleTypes)[number];