import { type PropsWithChildren } from 'react'; export declare const Icon: { ({ children }: PropsWithChildren): import("react/jsx-runtime").JSX.Element | null; displayName: string; };