import { Icon } from '../iconTypes';
declare const IconFilePDF: (props: Icon) => JSX.Element;
export default IconFilePDF;
