import { Accessibility } from '../../types'; /** * @specification * Adds attribute 'tabIndex=0' to 'root' slot. * Triggers 'performClick' action with 'Enter' or 'Spacebar' on 'root'. */ export declare const attachmentBehavior: Accessibility; export declare type AttachmentBehaviorProps = never;