/// <reference types="react" />
import { IHeadingProps } from 'native-base';
export declare const Heading: (props: IHeadingProps) => JSX.Element;
