export declare const diffStyles: { variables: { light: { diffViewerBackground: string; addedBackground: string; addedColor: string; removedBackground: string; removedColor: string; wordAddedBackground: string; wordRemovedBackground: string; emptyLineBackground: string; }; }; };