import { InteractionState } from '../types/interactionState'; declare function textInputs(...states: Array): string; export default textInputs;