import { type ElementType } from 'react'; import { type HeadingProps, type SpiritHeadingProps } from '../../types'; export interface HeadingStyles { classProps: string | null; props: Omit, 'elementType'>; } export declare function useHeadingStyleProps(props: Omit, 'elementType'>): HeadingStyles;