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