export declare enum SkeletonizedDataEnum { Text = "text", Input = "input", Select = "select", Image = "image", Video = "video", WrapperElement = "wrapper-element" } export declare enum SkeletonizerColorSchemaEnum { PrimaryColor = "rgba(100, 100, 100, .6)", SecondaryColor = "rgba(100, 100, 100, .3)" } //# sourceMappingURL=enum.constants.d.ts.map