import type { ElementProps, FloatingInteractionContext, UseRoleProps } from './types'; export declare function useRole(context: FloatingInteractionContext, props?: UseRoleProps): ElementProps; //# sourceMappingURL=useRole.d.ts.map