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