import React from 'react'; export interface NoopProps { children?: React.ReactNode; } export declare const Noop: React.ComponentType;