import { default as React } from 'react'; import { IDxIconProps } from './types'; declare const DxFileIcon: ({ width, height, fill, }: Partial) => React.JSX.Element; export default DxFileIcon;