import { PropsWithChildren } from 'react'; export type IconProps = React.HTMLAttributes; export declare function Icon(props: PropsWithChildren): import("react/jsx-runtime").JSX.Element;