/// export interface IconProps { src: string; size?: string; } export declare function Icon(props: IconProps): JSX.Element; //# sourceMappingURL=Icon.d.ts.map