import * as react_jsx_runtime from 'react/jsx-runtime'; import { Icon as Icon$1, IconWeight } from '@phosphor-icons/react'; interface IconProps { icon: Icon$1; weight?: IconWeight; size?: number | string; className?: string; "aria-label"?: string; "aria-hidden"?: boolean | "true" | "false"; } declare function Icon({ icon: Component, weight, size, className, ...rest }: IconProps): react_jsx_runtime.JSX.Element; export { Icon, type IconProps };