import React from 'react'; export declare const InoLayoutContext: React.Context<{ isRowParent: boolean; }>;