import React from 'react'; import { ProfileSource } from '../ProfileSource'; import { SandwichData } from '../ProfileView/types/visualization'; interface Props { profileSource: ProfileSource; sandwichData: SandwichData; } declare const Sandwich: React.NamedExoticComponent; export default Sandwich; //# sourceMappingURL=index.d.ts.map