import { TTextType } from "./types"; export declare const TEXT_MAPPING: { "TEXT-D1": { type: import("styled-components").IStyledComponent<"web", import("@lifesg/react-design-system").TypographyProps & { ref?: import("react").RefObject | undefined; }>; weight: string; }; "TEXT-D2": { type: import("styled-components").IStyledComponent<"web", import("@lifesg/react-design-system").TypographyProps & { ref?: import("react").RefObject | undefined; }>; weight: string; }; "TEXT-D3": { type: import("styled-components").IStyledComponent<"web", import("@lifesg/react-design-system").TypographyProps & { ref?: import("react").RefObject | undefined; }>; weight: string; }; "TEXT-D4": { type: import("styled-components").IStyledComponent<"web", import("@lifesg/react-design-system").TypographyProps & { ref?: import("react").RefObject | undefined; }>; weight: string; }; "TEXT-DBODY": { type: import("styled-components").IStyledComponent<"web", import("@lifesg/react-design-system").TypographyProps & { ref?: import("react").RefObject | undefined; }>; weight: string; }; "TEXT-H1": { type: import("styled-components").IStyledComponent<"web", import("@lifesg/react-design-system").TypographyProps & { ref?: import("react").RefObject | undefined; }>; weight: string; }; "TEXT-H2": { type: import("styled-components").IStyledComponent<"web", import("@lifesg/react-design-system").TypographyProps & { ref?: import("react").RefObject | undefined; }>; weight: string; }; "TEXT-H3": { type: import("styled-components").IStyledComponent<"web", import("@lifesg/react-design-system").TypographyProps & { ref?: import("react").RefObject | undefined; }>; weight: string; }; "TEXT-H4": { type: import("styled-components").IStyledComponent<"web", import("@lifesg/react-design-system").TypographyProps & { ref?: import("react").RefObject | undefined; }>; weight: string; }; "TEXT-H5": { type: import("styled-components").IStyledComponent<"web", import("@lifesg/react-design-system").TypographyProps & { ref?: import("react").RefObject | undefined; }>; weight: string; }; "TEXT-H6": { type: import("styled-components").IStyledComponent<"web", import("@lifesg/react-design-system").TypographyProps & { ref?: import("react").RefObject | undefined; }>; weight: string; }; "TEXT-BODY": { type: import("styled-components").IStyledComponent<"web", import("@lifesg/react-design-system").TypographyProps & { ref?: import("react").RefObject | undefined; }>; weight: string; }; "TEXT-BODYSMALL": { type: import("styled-components").IStyledComponent<"web", import("@lifesg/react-design-system").TypographyProps & { ref?: import("react").RefObject | undefined; }>; weight: string; }; "TEXT-XSMALL": { type: import("styled-components").IStyledComponent<"web", import("@lifesg/react-design-system").TypographyProps & { ref?: import("react").RefObject | undefined; }>; weight: string; }; }; export declare const TYPOGRAPHY_MAPPING: { "HEADING-XXL": import("styled-components").IStyledComponent<"web", import("@lifesg/react-design-system").TypographyProps & { ref?: import("react").RefObject | undefined; }>; "HEADING-XL": import("styled-components").IStyledComponent<"web", import("@lifesg/react-design-system").TypographyProps & { ref?: import("react").RefObject | undefined; }>; "HEADING-MD": import("styled-components").IStyledComponent<"web", import("@lifesg/react-design-system").TypographyProps & { ref?: import("react").RefObject | undefined; }>; "HEADING-SM": import("styled-components").IStyledComponent<"web", import("@lifesg/react-design-system").TypographyProps & { ref?: import("react").RefObject | undefined; }>; "HEADING-LG": import("styled-components").IStyledComponent<"web", import("@lifesg/react-design-system").TypographyProps & { ref?: import("react").RefObject | undefined; }>; "HEADING-XS": import("styled-components").IStyledComponent<"web", import("@lifesg/react-design-system").TypographyProps & { ref?: import("react").RefObject | undefined; }>; "BODY-MD": import("styled-components").IStyledComponent<"web", import("@lifesg/react-design-system").TypographyProps & { ref?: import("react").RefObject | undefined; }>; "BODY-SM": import("styled-components").IStyledComponent<"web", import("@lifesg/react-design-system").TypographyProps & { ref?: import("react").RefObject | undefined; }>; "BODY-BL": import("styled-components").IStyledComponent<"web", import("@lifesg/react-design-system").TypographyProps & { ref?: import("react").RefObject | undefined; }>; "BODY-XS": import("styled-components").IStyledComponent<"web", import("@lifesg/react-design-system").TypographyProps & { ref?: import("react").RefObject | undefined; }>; }; export declare const WEIGHT_MAPPING: Record; export declare const TAG_MAPPING: Record;