import { CustomChangeEvent } from '../types';
export declare const createCustomEvent: <T = any>(value: T, name: string, type?: string) => CustomChangeEvent<T>;
