import type { IconProps } from './Icon.types'; declare const Icon: (props: IconProps) => import("react/jsx-runtime").JSX.Element | null; export default Icon;