import * as React from 'react';
declare class Comp extends React.Component<{
    onClick: (e: Event) => void;
}> {
    handleClickOutside: (e: Event) => void;
    render(): JSX.Element;
}
export declare const OnClickOutside: typeof Comp;
export {};
//# sourceMappingURL=on-click-outside.d.ts.map