export declare enum TableAutoHeightType {
    maxHeight = "maxHeight",
    minHeight = "minHeight"
}
