/** @jsx jsx */ import { FC } from 'react'; import { HeadingProps } from 'theme-ui'; export declare type LinkHeadingProps = HeadingProps; /** * h1-h6 heading component that generates automatically a github-style anchor to navigate to a section on hover. */ export declare const LinkHeading: FC;