declare const _default: {
    fontVariant: (variant: string) => string;
    pxToEm: (size: number) => number;
    fontPropertiesFactory: (props: any, defaultProps: any) => string;
};
export default _default;
