import * as react_jsx_runtime from 'react/jsx-runtime';
import { SVGProps } from 'react';

declare const SvgArrowLeft: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgArrowRight: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgArrowUpDown: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgBadgeCheck: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgBookmark: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgCalendar: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgCheck: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgChevronDown: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgChevronLeft: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgChevronRight: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgChevronUp: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgChevronsUpDown: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgCircleAlert: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgCircleCheck: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgCircleDashed: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgClock1: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgColumns: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgEllipsisVertical: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgEllipsis: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgExternalLink: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgListFilter: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgLoader: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgLock: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgLogOut: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgMail: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgMinus: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgPanelLeftClose: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgPanelLeftOpen: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgPanelLeft: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgPencil: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgPlus: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgSearch: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgShieldAlert: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgSlash: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgSquareDashed: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgTrash: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgTrendingUp: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgUser: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

declare const SvgX: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;

export { SvgArrowLeft as ArrowLeft, SvgArrowRight as ArrowRight, SvgArrowUpDown as ArrowUpDown, SvgBadgeCheck as BadgeCheck, SvgBookmark as Bookmark, SvgCalendar as Calendar, SvgCheck as Check, SvgChevronDown as ChevronDown, SvgChevronLeft as ChevronLeft, SvgChevronRight as ChevronRight, SvgChevronUp as ChevronUp, SvgChevronsUpDown as ChevronsUpDown, SvgCircleAlert as CircleAlert, SvgCircleCheck as CircleCheck, SvgCircleDashed as CircleDashed, SvgClock1 as Clock1, SvgColumns as Columns, SvgEllipsis as Ellipsis, SvgEllipsisVertical as EllipsisVertical, SvgExternalLink as ExternalLink, SvgListFilter as ListFilter, SvgLoader as Loader, SvgLock as Lock, SvgLogOut as LogOut, SvgMail as Mail, SvgMinus as Minus, SvgPanelLeft as PanelLeft, SvgPanelLeftClose as PanelLeftClose, SvgPanelLeftOpen as PanelLeftOpen, SvgPencil as Pencil, SvgPlus as Plus, SvgSearch as Search, SvgShieldAlert as ShieldAlert, SvgSlash as Slash, SvgSquareDashed as SquareDashed, SvgTrash as Trash, SvgTrendingUp as TrendingUp, SvgUser as User, SvgX as X };
