import {Burger} from '@mantine/core';

Burger.displayName = 'Burger';

export {Burger, type BurgerFactory, type BurgerProps} from '@mantine/core';
