import React from 'react'; import { TextProps } from "../../mantine"; export declare const Description: ({ ...rest }: TextProps) => React.JSX.Element;