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