export declare function setFontSize(props: { diffViewFontSize?: number; }): void; export declare function getFontSize(): () => number;