import React from 'react'; import './index.css'; import type { SectionHeadingProps } from './types'; export type { SectionHeadingClassNames, SectionHeadingProps, SectionHeadingStyles, SectionHeadingAlign, SectionHeadingSize, } from './types'; declare const SectionHeadingRoot: React.ForwardRefExoticComponent>; export type SectionHeadingRootProps = React.ComponentPropsWithoutRef; export declare const SectionHeading: React.ForwardRefExoticComponent> & { Root: React.ForwardRefExoticComponent>; Kicker: React.ForwardRefExoticComponent>; Title: React.ForwardRefExoticComponent>; Description: React.ForwardRefExoticComponent>; }; export default SectionHeading;