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