import type { VFXItem } from './VFXItem'; export declare function createVFXItem(item: any, composition: any): VFXItem;