import { ComponentProps } from 'react'; import { VariantProps } from 'tailwind-variants'; export declare const heading: import('tailwind-variants').TVReturnType<{ level: { h1: string; h2: string; h3: string; h4: string; }; }, undefined, "w-full scroll-m-20 tracking-tight", { level: { h1: string; h2: string; h3: string; h4: string; }; }, undefined, import('tailwind-variants').TVReturnType<{ level: { h1: string; h2: string; h3: string; h4: string; }; }, undefined, "w-full scroll-m-20 tracking-tight", unknown, unknown, undefined>>; export type HeadingLevel = NonNullable["level"]>; export type HeadingProps = ComponentProps & { level: Level; }; export declare const Heading: ({ className, level, ...props }: HeadingProps) => import("react/jsx-runtime").JSX.Element; export declare const Heading1: (props: Omit, "level">) => import("react/jsx-runtime").JSX.Element; export declare const Heading2: (props: Omit, "level">) => import("react/jsx-runtime").JSX.Element; export declare const Heading3: (props: Omit, "level">) => import("react/jsx-runtime").JSX.Element; export declare const Heading4: (props: Omit, "level">) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=heading.d.ts.map