import React from 'react'; export declare const ParentSheetContext: React.Context<{ zIndex: number; }>; export declare const SheetInsideSheetContext: React.Context<((hasChild: boolean) => void) | null>; //# sourceMappingURL=contexts.d.ts.map