export declare type ColorGamut = 'srgb' | 'p3' | 'rec2020' | 'none'; export default function (): ColorGamut;