export default Pizza;
declare function Pizza(props: any): JSX.Element;
