/// interface Props { icon: { id: string; viewBox: string; }; height?: number; width?: number; } export declare const SvgIcon: ({ icon, height, width }: Props) => JSX.Element; export {};