import React from 'react';
import { TextProps } from "../../mantine";
export declare const Heading: ({ ...rest }: TextProps) => React.JSX.Element;
