import type { IWrapFxEventFloat } from './types/fxEventFloat.js'; import type { DeepPartial } from '../../../types/utils.js'; export declare function createFxEventFloat(data?: DeepPartial): IWrapFxEventFloat; //# sourceMappingURL=fxEventFloat.d.ts.map