import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const VideoFilled: React.MemoExoticComponent>; declare type VideoFilledRef = PathIconRef; declare type VideoFilledProps = PathIconProps; export { VideoFilled }; export type { VideoFilledRef, VideoFilledProps }; export default VideoFilled;