import type { JSX } from "react"; type Props = { description: string; }; export default function CreateDescription(props: Props): JSX.Element; export {}; //# sourceMappingURL=CreateDescription.d.ts.map