import type { VideoQualityUI } from "../../../types"; import type { TmpComponentType } from "../../../types/tmp"; export declare const getQualityIcon: (quality?: VideoQualityUI) => TmpComponentType | undefined;