import { FunctionComponent } from 'react';
import { BurgerProps } from './';
export declare const Burger: FunctionComponent<BurgerProps>;
