export declare function DetailInfo(props: {
    title: string;
    description?: string;
}): import("react/jsx-runtime").JSX.Element;
