import { CSSProperties } from 'react'; import { TypographyProps } from '../Typography/Typography.types.js'; import { HeadingProps } from './Heading.types.js'; import '@imwebme/clay-token'; import '../types.js'; import '@emotion/react'; declare const headingRecipe: ({ size, }: Pick) => { textVariant: TypographyProps<"p">["variant"]; root: CSSProperties; }; export { headingRecipe };