import React from 'react'; import type { IHeadingProps } from './types'; declare const _default: React.MemoExoticComponent>, string | number | symbol> & import("styled-system").SpaceProps>, string | number | symbol> & import("styled-system").LayoutProps>> & import("styled-system").FlexboxProps>> & import("styled-system").TypographyProps>> & import("styled-system").PositionProps>> & 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 & import("styled-system").BorderProps>, import("csstype").Property.BorderRadius> & { style?: import("react-native").TextStyle | undefined; children?: string | JSX.Element | JSX.Element[] | undefined; isTruncated?: any; } & React.RefAttributes>>; export default _default; export type { IHeadingProps };