import React from 'react'; import type { HeadingProps } from './types'; export default function Heading({ accessibilityRole, children, level, style, ...rest }: HeadingProps): React.JSX.Element;