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