export declare type IconTypes = { href: string; size?: number; fill?: string; style?: object; }; declare const Icon: (props: IconTypes) => JSX.Element; export default Icon;