import { IconProps } from '../lib';
declare function Pizza(props: IconProps): JSX.Element;
export default Pizza;
