import * as react from 'react'; import * as react_native_svg from 'react-native-svg'; import { HugeiconsProps } from './create-hugeicon-component.js'; /** * @component @name File01Icon * @description Renders hugeicons File01Icon svg element * * @param {Object} props - Hugeicons props and any valid SVG attribute * @returns {JSX.Element} JSX Element */ declare const File01Icon: react.ForwardRefExoticComponent>; export { File01Icon as default };