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