declare module '*.png' { const content: string; export default content; } namespace JSX { interface IntrinsicElements { [elemName: string]: any; } }