import React from 'react'; interface IProps { code: string; } export declare const Flag: React.FunctionComponent; export {};