import { MixInput } from '../../types/inputs/index'; import { PlayableInputMapper } from './playable-input-mapper'; export declare class MixInputMapper extends PlayableInputMapper { map(input: Element, includeLayers?: boolean): MixInput; } //# sourceMappingURL=mix-input-mapper.d.ts.map