import * as React from 'react';
import { Icon } from '../iconTypes';
declare const IconFileKeynote: (props: Icon) => React.JSX.Element;
export default IconFileKeynote;
