/// interface IProps { className: string; fill?: string; stroke?: string; } export declare const LogoIcon: (props: IProps) => JSX.Element; export declare const UserIcon: (props: IProps) => JSX.Element; export declare const ChevronDownIcon: (props: IProps) => JSX.Element; export declare const ChevronRightIcon: (props: IProps) => JSX.Element; export declare const ChevronLeftIcon: (props: IProps) => JSX.Element; export declare const AddIcon: (props: IProps) => JSX.Element; export declare const RemoveIcon: (props: IProps) => JSX.Element; export declare const UploadIcon: (props: IProps) => JSX.Element; export declare const CheckIcon: (props: IProps) => JSX.Element; export declare const BanIcon: (props: IProps) => JSX.Element; export declare const MenuIcon: (props: IProps) => JSX.Element; export declare const EditIcon: (props: IProps) => JSX.Element; export declare const PlusIcon: (props: IProps) => JSX.Element; export declare const DeleteIcon: (props: IProps) => JSX.Element; export declare const UserPlusIcon: (props: IProps) => JSX.Element; export declare const UserGroupIcon: (props: IProps) => JSX.Element; export declare const FolderAddIcon: (props: IProps) => JSX.Element; export declare const AnnotationIcon: (props: IProps) => JSX.Element; export declare const UserRemoveIcon: (props: IProps) => JSX.Element; export declare const MoreVerticalIcon: (props: IProps) => JSX.Element; export declare const FolderIcon: (props: IProps) => JSX.Element; export declare const FolderRemoveIcon: (props: IProps) => JSX.Element; export declare const PhotographIcon: (props: IProps) => JSX.Element; export declare const XIcon: (props: IProps) => JSX.Element; export declare const EditlIcon: (props: IProps) => JSX.Element; export declare const DocumentTextIcon: (props: IProps) => JSX.Element; export declare const UsersIcon: (props: IProps) => JSX.Element; export declare const CollectionIcon: (props: IProps) => JSX.Element; export declare const TagIcon: (props: IProps) => JSX.Element; export declare const BookmarkIcon: (props: IProps) => JSX.Element; export declare const TrashIcon: (props: IProps) => JSX.Element; export declare const DotsVerticalIcon: (props: IProps) => JSX.Element; export declare const DocumentReportIcon: (props: IProps) => JSX.Element; export declare const VerticalDotsIcon: (props: IProps) => JSX.Element; export declare const ExclamationCircleIcon: (props: IProps) => JSX.Element; export declare const ViewBoardsIcon: (props: IProps) => JSX.Element; export declare const PlusCircleIcon: (props: IProps) => JSX.Element; export declare const DocumentIcon: (props: IProps) => JSX.Element; export declare const DuplicateIcon: (props: IProps) => JSX.Element; export declare const ShareIcon: (props: IProps) => JSX.Element; export declare const GlobeIcon: (props: IProps) => JSX.Element; export declare const BadgeCheckIcon: (props: IProps) => JSX.Element; export declare const DownloadIcon: (props: IProps) => JSX.Element; export declare const PenIcon: (props: IProps) => JSX.Element; export declare const EyeIcon: (props: IProps) => JSX.Element; export declare const ThumbUpIcon: (props: IProps) => JSX.Element; export declare const ThumbDownIcon: (props: IProps) => JSX.Element; export declare const ArrowNarrowLeftIcon: (props: IProps) => JSX.Element; export declare const Xcircle: (props: IProps) => JSX.Element; export declare const MoveIcon: (props: IProps) => JSX.Element; export declare const SwitchIcon: (props: IProps) => JSX.Element; export declare const CommentIcon: (props: IProps) => JSX.Element; export declare const HomeIcon: (props: IProps) => JSX.Element; export declare const MyRepoIcon: (props: IProps) => JSX.Element; export declare const SharedRepoIcon: (props: IProps) => JSX.Element; export declare const SavedRepoIcon: (props: IProps) => JSX.Element; export declare const ClasorIcon: (props: IProps) => JSX.Element; export declare const BellIcon: (props: IProps) => JSX.Element; export declare const InfoIcon: (props: IProps) => JSX.Element; export declare const ImageIcon: (props: IProps) => JSX.Element; export declare const PencilIcon: (props: IProps) => JSX.Element; export declare const SearchIcon: (props: IProps) => JSX.Element; export declare const FillArrow: (props: IProps) => JSX.Element; export declare const UploadFileIcon: (props: IProps) => JSX.Element; export declare const RepoViewIcon: (props: IProps) => JSX.Element; export declare const DocIcon: (props: IProps) => JSX.Element; export declare const FolderBackIcon: (props: IProps) => JSX.Element; export declare const FloatingShareIcon: (props: IProps) => JSX.Element; export declare const FloatingViewIcon: (props: IProps) => JSX.Element; export declare const FloatingFullIcon: (props: IProps) => JSX.Element; export declare const FloatingCommentIcon: (props: IProps) => JSX.Element; export declare const FloatingLiketIcon: (props: IProps) => JSX.Element; export declare const FloatingDislikeIcon: (props: IProps) => JSX.Element; export declare const LinkIcon: (props: IProps) => JSX.Element; export declare const AddLinkIcon: (props: IProps) => JSX.Element; export declare const RemoveLinkIcon: (props: IProps) => JSX.Element; export declare const CopyIcon: (props: IProps) => JSX.Element; export declare const PhotoIcon: (props: IProps) => JSX.Element; export declare const PdfIcon: (props: IProps) => JSX.Element; export declare const TextFileIcon: (props: IProps) => JSX.Element; export declare const TypeUnNone: (props: IProps) => JSX.Element; export declare const AudioFile: (props: IProps) => JSX.Element; export declare const VideoFile: (props: IProps) => JSX.Element; export declare const CalenderIcon: (props: IProps) => JSX.Element; export declare const GlobeAltIcon: (props: IProps) => JSX.Element; export declare const SendIcon: (props: IProps) => JSX.Element; export declare const ChatIcon: (props: IProps) => JSX.Element; export declare const InformationIcon: (props: IProps) => JSX.Element; export {};