import React from 'react'; declare type Props = { className?: string; code: string; }; export declare const SingleFlag: React.FunctionComponent; export {};