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