import React from "react"; interface HeadingProps { heading: string; } export declare const Heading: React.FC; export {};