import { IconProps } from '../lib';
declare function Cookie({ weight, color, size, style }: IconProps): JSX.Element;
export default Cookie;
