export default function ExpandoText(props: { text: string; title: string; }): JSX.Element; export declare const styles: { descriptionText: object; };