import { default as React } from 'react'; type SnapshotContainerProps = { stories: any[]; meta: any; }; export declare function SnapshotContainer({ stories, meta }: SnapshotContainerProps): React.JSX.Element; export {}; //# sourceMappingURL=SnapshotsContainer.d.ts.map