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