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