/// <reference types="react" />
declare const FilmStrip: (props: any, ref: any) => JSX.Element;
export default FilmStrip;
