declare const Description: { (props: any): JSX.Element; defaultProps: { variant: string; }; propTypes: { text: import("prop-types").Validator; variant: import("prop-types").Requireable; }; }; export default Description;