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