import { BaseIconProps } from "./base.mjs"; import { FC } from "react"; //#region src/components/icons/browsers.d.ts declare const ChromeIcon: FC>; declare const EdgeIcon: FC>; declare const FirefoxIcon: FC>; declare const SafariIcon: FC>; //#endregion export { ChromeIcon, EdgeIcon, FirefoxIcon, SafariIcon };