import Burger from './Burger';
export type { BurgerProps } from './Burger';
export { Burger };
export default Burger;
