import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum WorksheetRow_InternalFlags { Hidden = 1, HasThickTop = 2, HasThickBottom = 4, HasThickTopIsDirty = 8, HasThickBottomIsDirty = 16, HasCustomHeight = 32, WasRemoved = 64, ClonableFlags = 32 } /** * @hidden */ export declare let WorksheetRow_InternalFlags_$type: Type;