import React from "react"; export declare const CardText: ({ className, justify, center, muted, ...props }: { [x: string]: any; className: any; justify: any; center: any; muted: any; }) => React.JSX.Element;