import type { SerializedStyles } from '@emotion/react';
import { type FontWeight } from './font-weight';
export declare const fontWeightStylesMap: Record<FontWeight, SerializedStyles>;
