import React from 'react';
import { TestPageProps } from './testpage.type';
export declare const TestPage: React.FC<TestPageProps>;
export default TestPage;
