import type { TypographyProps, variantType, weightType } from './types'; export declare const getCSSWeight: (weight: weightType) => import("styled-components").FlattenSimpleInterpolation; export declare const getFontStyle: (variant: variantType) => import("styled-components").FlattenSimpleInterpolation; export declare const getTypographyStyle: (p: TypographyProps) => import("styled-components").FlattenSimpleInterpolation;