import { IconProps } from "./Icon.types.js"; import * as react_jsx_runtime17 from "react/jsx-runtime"; //#region src/Icon/Icon.d.ts /** * Icon: * - access to Seeq custom icons by providing the desired icon * - leverage "type" to style your icon */ declare const Icon: ({ onClick, icon, iconPrefix, type, extraClassNames, id, large, small, size, color, testId, customId, number, ...tooltipProps }: IconProps) => react_jsx_runtime17.JSX.Element; //#endregion export { Icon as default };