import { TsEnumType } from "kryo/types/ts-enum"; export declare enum CsmTableHint { Thin = 0, Medium = 1, Thick = 2 } export declare const $CsmTableHint: TsEnumType;