import * as React from 'react'; import { TestComponentProps } from './TestComponent.types'; export declare const TestComponent: React.FC;