/// import { IconProps } from './types'; export declare const CookieIcon: ({ color, ...props }: IconProps) => JSX.Element; export default CookieIcon;