import React from "react"; export interface PropHTML { [key: string]: string; } declare const Icons: { Facebook: (props: PropHTML) => React.JSX.Element; }; export default Icons;