export interface SectionHeaderProps { title: string | JSX.Element; description?: string | JSX.Element; } export declare function SectionHeader({ title, description }: SectionHeaderProps): import("react/jsx-runtime").JSX.Element;