/// import { IconComponentProps } from "./types"; export declare const Icon: ({ name, ...props }: IconComponentProps) => JSX.Element; export default Icon;