() => (<Stack flex align="center"><Text type="info">Informational text</Text><Text type="success">Success text</Text><Text type="warning">Warning text</Text><Text type="critical">Critical text</Text><divstyle={{backgroundColor: "#252A31",padding: "8px",}}><Text type="white">White text</Text></div></Stack>);