import { MantineTheme } from '../../types';
export declare function getFontStyles(theme: MantineTheme): {
    WebkitFontSmoothing: string;
    MozOsxFontSmoothing: string;
    fontFamily: string & {};
};
//# sourceMappingURL=get-font-styles.d.ts.map