import React from 'react';
export interface testProps {
}
export declare const test: React.FC<testProps>;
export default test;
