export declare const diffStyles: {
    variables: {
        dark: {
            addedBackground: string;
            addedColor: string;
            diffViewerBackground: string;
            diffViewerColor: string;
            emptyLineBackground: string;
            removedBackground: string;
            removedColor: string;
            wordAddedBackground: string;
            wordRemovedBackground: string;
        };
        light: {
            addedBackground: string;
            addedColor: string;
            diffViewerBackground: string;
            diffViewerColor: string;
            emptyLineBackground: string;
            removedBackground: string;
            removedColor: string;
            wordAddedBackground: string;
            wordRemovedBackground: string;
        };
    };
};
//# sourceMappingURL=styles.d.ts.map