import { IconProps } from '../../iconUtils'; export declare const FastForward: import('react').MemoExoticComponent<(props: IconProps) => import('react').ReactElement>; export type FastForwardProps = IconProps; export default FastForward;