export interface DescriptionProps { content: string; [props: string]: any; } export declare const Description: ({ content, ...props }: DescriptionProps) => import("@emotion/react/jsx-runtime").JSX.Element;