import { FC, HTMLAttributes } from 'react'; type Props = HTMLAttributes & { as?: keyof JSX.IntrinsicElements; }; export declare const Heading1: FC; export {};