import iconMapping from './iconMapping'; export type IconProps = { name: keyof typeof iconMapping; viewBox?: string; }; export declare const Icon: { ({ name, viewBox }: IconProps): import("react/jsx-runtime").JSX.Element | null; displayName: string; }; export default Icon;