import { PlayableInput } from '../../types/inputs'; import { BaseInputMapper } from './base-input-mapper'; export declare abstract class PlayableInputMapper extends BaseInputMapper { requiredAttributes: string[]; map(input: Element, includeLayers?: boolean): PlayableInput; } //# sourceMappingURL=playable-input-mapper.d.ts.map