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