/** * @export * @enum {string} */ export declare enum ThumbnailUnit { SECONDS = "SECONDS", PERCENTS = "PERCENTS" } export default ThumbnailUnit;