import { FC } from 'react'; import { HeadingInterface } from './heading.types'; export declare const Heading: FC;