import { BasicTextProps } from "../textTypes"; declare const SuccessText: { (props: BasicTextProps): JSX.Element; defaultProps: { align: string; weight: string; size: string; wrap: string; tag: string; }; }; export default SuccessText;