export declare const ClearType: { type: string; label: string; }[]; export declare const CustomEventType: { type: string; label: string; }[]; declare const useCompEvent: () => any; export default useCompEvent;