import { SVGProps } from "react";
declare const GIFridge: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export { GIFridge };
