import { type IconProps } from './icon.types.js'; export declare function Icon({ copyrightYear, xmlns, viewBox, role, focusable, children, className, size, color, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;