import type { ComponentPropsWithRef } from 'react';
export declare const Heading: import("@vtex/admin-ui-react").AdminUIJsxElement<"h1", {}, {}>;
export declare type HeadingProps = ComponentPropsWithRef<typeof Heading>;
