import type { TrayProps, TrayContextType } from './types'; /** * useTrays * * Custom React hook to access tray stack manipulation functions for a specific stack. * Throws an error if used outside of TrayProvider. * * @template T - The tray props type. * @param stackId - The stack identifier to access. * @returns Tray context functions for the given stack. */ export declare const useTrays: (stackId: string) => TrayContextType; //# sourceMappingURL=hooks.d.ts.map