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