import React from 'react';
declare const TestComponent: () => React.JSX.Element;
export default TestComponent;
