import React from 'react';
export declare const TestStory: React.FC<{
    testsSource?: string;
    featureSource?: string;
}>;
