import { IconProps } from '../lib';
declare function FilmStrip(props: IconProps): JSX.Element;
export default FilmStrip;
