import React from 'react'; /** * @internal */ export declare function ConditionalReadOnlyContextProvider(props: { children?: React.ReactNode; readOnly: boolean; }): React.ReactElement; //# sourceMappingURL=ConditionalReadOnlyContextProvider.d.ts.map