import { ComponentProps } from 'react'; export interface ISubheadingProps { value: string; props?: ComponentProps<'h3'>; }