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