import { PureComponent } from 'react';
import { OriginCardBodyProps } from './Props';
declare class Body extends PureComponent<OriginCardBodyProps> {
    render(): JSX.Element;
}
export default Body;
