import * as React from 'react' import { Card, Button } from 'element-react' import { Card as CardNext } from 'element-react/next' class Component extends React.Component<{}, {}> { render() { return (
} /> } /> ) } }