import * as React from 'react'; export interface GrenadaIconProps extends React.SVGProps { size?: number | string; } export declare const GrenadaIcon: React.ForwardRefExoticComponent & React.RefAttributes>;