declare module "vtex.styleguide" { import { ComponentType } from "react"; export const Input: ComponentType; interface InputProps { [key: string]: any } }