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