export declare function SectionTitle({ title, description, className }: SectionTitle.Props): import("react/jsx-runtime").JSX.Element;
export declare namespace SectionTitle {
    interface Props {
        title: string;
        description?: string;
        className?: string;
    }
}
