export interface SectionTitleProps { title: string; hash: Hash; level?: 'h2' | 'h3' | 'h4'; } export declare function SectionTitle(props: SectionTitleProps): import("react/jsx-runtime").JSX.Element;