import React from "react";

/**
 * file-error.svg
 */
declare const FileErrorIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default FileErrorIcon;
