import type { IconProps } from '@shopgate/pwa-common/components/Icon'; /** * The burger icon component. */ declare const Burger: (props: Omit) => import("react/jsx-runtime").JSX.Element; export default Burger; //# sourceMappingURL=BurgerIcon.d.ts.map