import type { TrayContextValue } from './types'; /** * TrayContext * * Internal React context for tray stack management, providing access to tray stack manipulation functions. * Should only be accessed via the TrayProvider and useTrays hook. */ export declare const TrayContext: import("react").Context; //# sourceMappingURL=context.d.ts.map