import React, { SVGProps } from 'react'; export type Props = SVGProps & { isTesting?: boolean; }; export declare const IndonesiaRoundIcon: ({ ...rest }: Props) => React.JSX.Element; export declare const IndonesiaSquareIcon: ({ ...rest }: Props) => React.JSX.Element;