import { FC } from 'react';
import { Token } from '../TokenDeclaration';
declare type FontWeightProps = {
    token: Token;
};
declare const FontWeight: FC<FontWeightProps>;
export default FontWeight;
