import { PureComponent } from 'react';
declare class Simple extends PureComponent {
    render(): JSX.Element;
}
export default Simple;
