import { PropsWithChildren } from "react";
declare const Description: ({ children }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element | null;
export default Description;
