import type { Style } from '../types'; import { SpriteCollection } from '../core.legacy'; export declare function createLegacyWrapper(style: Style): SpriteCollection;