import { Value } from '../InputBase/InputBase.type'; declare type Options = { bubbles?: boolean; cancelable?: boolean; value?: Value; }; export declare function dispatchDomEvent(element: Element, eventName: string, options?: Options): void; export {}; //# sourceMappingURL=dispatchDomEvent.d.ts.map