import React, { SVGProps } from 'react'; export type Props = SVGProps; export declare const EnglishRoundIcon: (props: Props) => React.JSX.Element; export declare const EnglishSquareIcon: (props: Props) => React.JSX.Element;