= OutsideAdditionalProps & Pick
>;
/**
* Wraps the component with a helper that detects if the wrapped component
* or its surrounding was clicked.
* @param component The component to be notified when outside was clicked.
* @param options The options for configuration.
* @returns The wrapped component.
*/
export declare function withOutsideClick