import * as React from 'react'; export interface ClickEventBoundaryProps { children: React.ReactElement; } export default function ClickEventBoundary({ children }: ClickEventBoundaryProps): React.ReactElement React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)>;