import { HTMLProps } from 'react'; export declare function AutoHeading({ accessibilityRole, ...props }: HTMLProps & { accessibilityRole?: 'presentation'; }): JSX.Element;