declare const textStyles: { default: { small: { fontSize: number; lineHeight: string; fontWeight: number; textColor: string; fontFamily: string; marginY: number; }; default: { fontSize: number; lineHeight: string; fontWeight: number; textColor: string; fontFamily: string; marginY: number; }; large: { fontSize: number; lineHeight: string; fontWeight: number; textColor: string; fontFamily: string; marginY: number; }; xlarge: { fontSize: number; lineHeight: string; fontWeight: number; textColor: string; fontFamily: string; marginY: number; }; }; paragraph: { small: { fontSize: number; lineHeight: string; fontWeight: number; textColor: string; fontFamily: string; marginTop: number; marginBottom: string; }; default: { fontSize: number; lineHeight: string; fontWeight: number; textColor: string; fontFamily: string; marginTop: number; marginBottom: string; }; large: { fontSize: number; lineHeight: string; fontWeight: number; textColor: string; fontFamily: string; marginTop: number; marginBottom: string; }; xlarge: { fontSize: number; lineHeight: string; fontWeight: number; textColor: string; fontFamily: string; marginTop: number; marginBottom: string; }; }; }; export default textStyles;