import { IconWrapperProps } from './interfaces.js'; declare const Icon: ({ name, ...props }: IconWrapperProps) => import("react/jsx-runtime").JSX.Element; export default Icon;