import type { IconProps } from '../types/index'; declare function SvgOpkFile(iconProps: IconProps): JSX.Element; declare namespace SvgOpkFile { var displayName: string; } export default SvgOpkFile;