export interface IPreviewColorSettings {
    rgbColorProfileName: string | null;
    cmykColorProfileName: string | null;
    grayscaleColorProfileName: string | null;
    hiResDestinationColorProfileName: string | null;
}
