import { HandlesProps as _HandlesProps, HandlesObject as _HandlesObject, GetHandleProps as _GetHandleProps, HandleEventHandlers as _HandleEventHandlers } from './types'; export { Handles } from './Handles'; export declare type HandlesProps = _HandlesProps; export declare type HandlesObject = _HandlesObject; export declare type GetHandleProps = _GetHandleProps; export declare type HandleEventHandlers = _HandleEventHandlers;