/// import type { IconType } from "./Icon/types"; declare function FlagOn(props: IconType): JSX.Element; export default FlagOn;