import React from 'react'; import type { ITextProps } from './types'; declare const _default: React.MemoExoticComponent>, string | number | symbol> & import("styled-system").SpaceProps>, string | number | symbol> & import("styled-system").PositionProps>> & import("styled-system").PositionProps>> & import("styled-system").LayoutProps>> & import("styled-system").FlexboxProps>> & import("styled-system").TypographyProps>> & import("../../../utils/customProps").customPositionProps & import("../../../utils/customProps").customBorderProps & import("../../../utils/customProps").customExtraProps & import("../../../utils/customProps").customOutlineProps & import("../../../utils/customProps").customShadowProps & import("../../../utils/customProps").customLayoutProps & import("../../../utils/customProps").customBackgroundProps & import("../../../utils/customProps").customTypographyProps & { children?: React.ReactNode; fontSize?: string | number | string[] | number[] | Record | undefined; noOfLines?: number | undefined; style?: any; bold?: boolean | undefined; isTruncated?: boolean | undefined; italic?: boolean | undefined; underline?: boolean | undefined; strikeThrough?: boolean | undefined; sub?: boolean | undefined; highlight?: boolean | undefined; } & React.RefAttributes>>; export default _default; export type { ITextProps };