import type React from 'react'; export interface LayoutContextValue { screenWidth: Record; isSlideSiderOpen: boolean; setIsSlideSiderOpen: React.Dispatch>; } export declare const LayoutContext: React.Context; //# sourceMappingURL=ctx.d.ts.map