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