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