import React, { DetailedHTMLProps, ImgHTMLAttributes } from 'react'; export type Props = DetailedHTMLProps, HTMLImageElement>; export declare const IndiaRoundIcon: (props: Props) => React.JSX.Element; export declare const IndiaSquareIcon: (props: Props) => React.JSX.Element;