/// import { CosmosConfig } from './config'; export declare type FixtureApi = { absoluteFilePath: string; fileName: string; getElement: () => React.ReactElement; name: string | null; parents: string[]; playgroundUrl: string; relativeFilePath: string; rendererUrl: string; treePath: string[]; }; export declare function getFixtures2(cosmosConfig: CosmosConfig): FixtureApi[];