import { IconDefinition } from '@fortawesome/free-solid-svg-icons'; import { SvgIconProps } from '@mui/material/SvgIcon'; declare module '@mui/material/SvgIcon' { interface SvgIconPropsSizeOverrides { xxsmall: true; xsmall: true; xlarge: true; } } interface FaSvgIconProps extends Omit { /** Font Awesome Svg */ icon: IconDefinition; /** The fontSize applied to the icon. @default 'inherit' */ fontSize?: 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'inherit'; } type IconProps = Omit; declare const HeartIcon: (props: IconProps) => React.JSX.Element; declare const HeartEmptyIcon: (props: IconProps) => React.JSX.Element; declare const MinusCircleIcon: (props: IconProps) => React.JSX.Element; declare const PlusCircleIcon: (props: IconProps) => React.JSX.Element; declare const CancelCircleIcon: (props: IconProps) => React.JSX.Element; declare const CloseIcon: (props: IconProps) => React.JSX.Element; declare const ExpandIcon: (props: IconProps) => React.JSX.Element; declare const CollapseIcon: (props: IconProps) => React.JSX.Element; declare const TriangleExpandIcon: (props: IconProps) => React.JSX.Element; declare const TriangleCollapseIcon: (props: IconProps) => React.JSX.Element; declare const DeleteIcon: (props: IconProps) => React.JSX.Element; declare const CommentsIcon: (props: IconProps) => React.JSX.Element; declare const EditIcon: (props: IconProps) => React.JSX.Element; declare const MinusIcon: (props: IconProps) => React.JSX.Element; declare const PlusIcon: (props: IconProps) => React.JSX.Element; declare const LinkIcon: (props: IconProps) => React.JSX.Element; declare const LinkSlashIcon: (props: IconProps) => React.JSX.Element; declare const ThumbtackIcon: (props: IconProps) => React.JSX.Element; declare const TagIcon: (props: IconProps) => React.JSX.Element; declare const TagsIcon: (props: IconProps) => React.JSX.Element; declare const PenIcon: (props: IconProps) => React.JSX.Element; declare const PencilIcon: (props: IconProps) => React.JSX.Element; declare const MessageIcon: (props: IconProps) => React.JSX.Element; declare const MessageEmptyIcon: (props: IconProps) => React.JSX.Element; declare const ArrowsRotateIcon: (props: IconProps) => React.JSX.Element; declare const PasteIcon: (props: IconProps) => React.JSX.Element; declare const PlayIcon: (props: IconProps) => React.JSX.Element; declare const PauseIcon: (props: IconProps) => React.JSX.Element; declare const GearsIcon: (props: IconProps) => React.JSX.Element; declare const CloudDownloadIcon: (props: IconProps) => React.JSX.Element; declare const CloudUploadIcon: (props: IconProps) => React.JSX.Element; declare const HomeIcon: (props: IconProps) => React.JSX.Element; declare const MailIcon: (props: IconProps) => React.JSX.Element; declare const UserIcon: (props: IconProps) => React.JSX.Element; declare const UserDoctorIcon: (props: IconProps) => React.JSX.Element; declare const UsersIcon: (props: IconProps) => React.JSX.Element; declare const UserCheckIcon: (props: IconProps) => React.JSX.Element; declare const UserPlusIcon: (props: IconProps) => React.JSX.Element; declare const OpenInNewIcon: (props: IconProps) => React.JSX.Element; declare const SettingsIcon: (props: IconProps) => React.JSX.Element; declare const MoreHorizontalIcon: (props: IconProps) => React.JSX.Element; declare const MoreVerticalIcon: (props: IconProps) => React.JSX.Element; declare const MenuIcon: (props: IconProps) => React.JSX.Element; declare const PrintIcon: (props: IconProps) => React.JSX.Element; declare const SearchIcon: (props: IconProps) => React.JSX.Element; declare const KeyIcon: (props: IconProps) => React.JSX.Element; declare const LocationIcon: (props: IconProps) => React.JSX.Element; declare const BellIcon: (props: IconProps) => React.JSX.Element; declare const BellSlashIcon: (props: IconProps) => React.JSX.Element; declare const BellEmptyIcon: (props: IconProps) => React.JSX.Element; declare const BellSlashEmptyIcon: (props: IconProps) => React.JSX.Element; declare const CopyrightIcon: (props: IconProps) => React.JSX.Element; declare const ListIcon: (props: IconProps) => React.JSX.Element; declare const PhoneIcon: (props: IconProps) => React.JSX.Element; declare const FaxIcon: (props: IconProps) => React.JSX.Element; declare const InboxIcon: (props: IconProps) => React.JSX.Element; declare const SendIcon: (props: IconProps) => React.JSX.Element; declare const AsteriskIcon: (props: IconProps) => React.JSX.Element; declare const DesktopIcon: (props: IconProps) => React.JSX.Element; declare const ClipboardIcon: (props: IconProps) => React.JSX.Element; declare const SquareHIcon: (props: IconProps) => React.JSX.Element; declare const HistoryIcon: (props: IconProps) => React.JSX.Element; declare const LockIcon: (props: IconProps) => React.JSX.Element; declare const FlaskIcon: (props: IconProps) => React.JSX.Element; declare const BuildingIcon: (props: IconProps) => React.JSX.Element; declare const HospitalIcon: (props: IconProps) => React.JSX.Element; declare const FilterIcon: (props: IconProps) => React.JSX.Element; declare const SortIcon: (props: IconProps) => React.JSX.Element; declare const SortDownIcon: (props: IconProps) => React.JSX.Element; declare const SortUpIcon: (props: IconProps) => React.JSX.Element; declare const SortAltDownIcon: (props: IconProps) => React.JSX.Element; declare const SortAltUpIcon: (props: IconProps) => React.JSX.Element; declare const TableCellsLargeIcon: (props: IconProps) => React.JSX.Element; declare const TableCellsIcon: (props: IconProps) => React.JSX.Element; declare const DownloadIcon: (props: IconProps) => React.JSX.Element; declare const UploadIcon: (props: IconProps) => React.JSX.Element; declare const ExportIcon: (props: IconProps) => React.JSX.Element; declare const ShareIcon: (props: IconProps) => React.JSX.Element; declare const ChartAreaIcon: (props: IconProps) => React.JSX.Element; declare const ChartColumnIcon: (props: IconProps) => React.JSX.Element; declare const ChartLineIcon: (props: IconProps) => React.JSX.Element; declare const ChartPieIcon: (props: IconProps) => React.JSX.Element; declare const FolderIcon: (props: IconProps) => React.JSX.Element; declare const FolderOpenIcon: (props: IconProps) => React.JSX.Element; declare const FolderOpenEmptyIcon: (props: IconProps) => React.JSX.Element; declare const FolderEmptyIcon: (props: IconProps) => React.JSX.Element; declare const FolderTreeIcon: (props: IconProps) => React.JSX.Element; declare const BoxIcon: (props: IconProps) => React.JSX.Element; declare const AttachmentIcon: (props: IconProps) => React.JSX.Element; declare const PictureIcon: (props: IconProps) => React.JSX.Element; declare const FileIcon: (props: IconProps) => React.JSX.Element; declare const FileEmptyIcon: (props: IconProps) => React.JSX.Element; declare const FileVideoIcon: (props: IconProps) => React.JSX.Element; declare const FileImageIcon: (props: IconProps) => React.JSX.Element; declare const FileExcelIcon: (props: IconProps) => React.JSX.Element; declare const FileWordIcon: (props: IconProps) => React.JSX.Element; declare const FilePdfIcon: (props: IconProps) => React.JSX.Element; declare const FileArchiveIcon: (props: IconProps) => React.JSX.Element; declare const FileCodeIcon: (props: IconProps) => React.JSX.Element; declare const FileAudioIcon: (props: IconProps) => React.JSX.Element; declare const FilePowerpointIcon: (props: IconProps) => React.JSX.Element; declare const FileCsvIcon: (props: IconProps) => React.JSX.Element; declare const FileLinesIcon: (props: IconProps) => React.JSX.Element; declare const FileCircleCheckIcon: (props: IconProps) => React.JSX.Element; declare const FileImportIcon: (props: IconProps) => React.JSX.Element; declare const FileArrowUpIcon: (props: IconProps) => React.JSX.Element; declare const HelpCircleIcon: (props: IconProps) => React.JSX.Element; declare const SuccessCircleIcon: (props: IconProps) => React.JSX.Element; declare const InfoCircleIcon: (props: IconProps) => React.JSX.Element; declare const WarningCircleIcon: (props: IconProps) => React.JSX.Element; declare const WarningTriangleIcon: (props: IconProps) => React.JSX.Element; declare const FaceSmileIcon: (props: IconProps) => React.JSX.Element; declare const FaceNeutralIcon: (props: IconProps) => React.JSX.Element; declare const FaceFrownIcon: (props: IconProps) => React.JSX.Element; declare const ThumbUpIcon: (props: IconProps) => React.JSX.Element; declare const ThumbDownIcon: (props: IconProps) => React.JSX.Element; declare const EyeIcon: (props: IconProps) => React.JSX.Element; declare const EyeSlashIcon: (props: IconProps) => React.JSX.Element; declare const StarHalfStrokeIcon: (props: IconProps) => React.JSX.Element; declare const StarHalfIcon: (props: IconProps) => React.JSX.Element; declare const StarIcon: (props: IconProps) => React.JSX.Element; declare const StarEmptyIcon: (props: IconProps) => React.JSX.Element; declare const CalendarDaysIcon: (props: IconProps) => React.JSX.Element; declare const CircleEmptyIcon: (props: IconProps) => React.JSX.Element; declare const CircleDotIcon: (props: IconProps) => React.JSX.Element; declare const CircleIcon: (props: IconProps) => React.JSX.Element; declare const ClockIcon: (props: IconProps) => React.JSX.Element; declare const CheckIcon: (props: IconProps) => React.JSX.Element; declare const SquareCheckIcon: (props: IconProps) => React.JSX.Element; declare const SquareMinusIcon: (props: IconProps) => React.JSX.Element; declare const SquareEmptyIcon: (props: IconProps) => React.JSX.Element; declare const ArrowCircleLeftIcon: (props: IconProps) => React.JSX.Element; declare const ArrowCircleRightIcon: (props: IconProps) => React.JSX.Element; declare const ArrowLeftIcon: (props: IconProps) => React.JSX.Element; declare const ArrowRightIcon: (props: IconProps) => React.JSX.Element; declare const ArrowUpIcon: (props: IconProps) => React.JSX.Element; declare const ArrowDownIcon: (props: IconProps) => React.JSX.Element; declare const NavigateFirstIcon: (props: IconProps) => React.JSX.Element; declare const NavigateLastIcon: (props: IconProps) => React.JSX.Element; declare const NavigateTopIcon: (props: IconProps) => React.JSX.Element; declare const NavigateBottomIcon: (props: IconProps) => React.JSX.Element; declare const NavigatePreviousIcon: (props: IconProps) => React.JSX.Element; declare const NavigateNextIcon: (props: IconProps) => React.JSX.Element; declare const TriangleRightIcon: (props: IconProps) => React.JSX.Element; declare const TriangleLeftIcon: (props: IconProps) => React.JSX.Element; declare const CreditCardIcon: (props: IconProps) => React.JSX.Element; declare const CreditCardAmexIcon: (props: IconProps) => React.JSX.Element; declare const CreditCardDiscoverIcon: (props: IconProps) => React.JSX.Element; declare const CreditCardMastercardIcon: (props: IconProps) => React.JSX.Element; declare const CreditCardPaypalIcon: (props: IconProps) => React.JSX.Element; declare const CreditCardStripeIcon: (props: IconProps) => React.JSX.Element; declare const CreditCardVisaIcon: (props: IconProps) => React.JSX.Element; declare const MoneyBillIcon: (props: IconProps) => React.JSX.Element; declare const CartShoppingIcon: (props: IconProps) => React.JSX.Element; export { ArrowCircleLeftIcon, ArrowCircleRightIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowsRotateIcon, AsteriskIcon, AttachmentIcon, BellEmptyIcon, BellIcon, BellSlashEmptyIcon, BellSlashIcon, BoxIcon, BuildingIcon, CalendarDaysIcon, CancelCircleIcon, CartShoppingIcon, ChartAreaIcon, ChartColumnIcon, ChartLineIcon, ChartPieIcon, CheckIcon, CircleDotIcon, CircleEmptyIcon, CircleIcon, ClipboardIcon, ClockIcon, CloseIcon, CloudDownloadIcon, CloudUploadIcon, CollapseIcon, CommentsIcon, CopyrightIcon, CreditCardAmexIcon, CreditCardDiscoverIcon, CreditCardIcon, CreditCardMastercardIcon, CreditCardPaypalIcon, CreditCardStripeIcon, CreditCardVisaIcon, DeleteIcon, DesktopIcon, DownloadIcon, EditIcon, ExpandIcon, ExportIcon, EyeIcon, EyeSlashIcon, FaceFrownIcon, FaceNeutralIcon, FaceSmileIcon, FaxIcon, FileArchiveIcon, FileArrowUpIcon, FileAudioIcon, FileCircleCheckIcon, FileCodeIcon, FileCsvIcon, FileEmptyIcon, FileExcelIcon, FileIcon, FileImageIcon, FileImportIcon, FileLinesIcon, FilePdfIcon, FilePowerpointIcon, FileVideoIcon, FileWordIcon, FilterIcon, FlaskIcon, FolderEmptyIcon, FolderIcon, FolderOpenEmptyIcon, FolderOpenIcon, FolderTreeIcon, GearsIcon, HeartEmptyIcon, HeartIcon, HelpCircleIcon, HistoryIcon, HomeIcon, HospitalIcon, InboxIcon, InfoCircleIcon, KeyIcon, LinkIcon, LinkSlashIcon, ListIcon, LocationIcon, LockIcon, MailIcon, MenuIcon, MessageEmptyIcon, MessageIcon, MinusCircleIcon, MinusIcon, MoneyBillIcon, MoreHorizontalIcon, MoreVerticalIcon, NavigateBottomIcon, NavigateFirstIcon, NavigateLastIcon, NavigateNextIcon, NavigatePreviousIcon, NavigateTopIcon, OpenInNewIcon, PasteIcon, PauseIcon, PenIcon, PencilIcon, PhoneIcon, PictureIcon, PlayIcon, PlusCircleIcon, PlusIcon, PrintIcon, SearchIcon, SendIcon, SettingsIcon, ShareIcon, SortAltDownIcon, SortAltUpIcon, SortDownIcon, SortIcon, SortUpIcon, SquareCheckIcon, SquareEmptyIcon, SquareHIcon, SquareMinusIcon, StarEmptyIcon, StarHalfIcon, StarHalfStrokeIcon, StarIcon, SuccessCircleIcon, TableCellsIcon, TableCellsLargeIcon, TagIcon, TagsIcon, ThumbDownIcon, ThumbUpIcon, ThumbtackIcon, TriangleCollapseIcon, TriangleExpandIcon, TriangleLeftIcon, TriangleRightIcon, UploadIcon, UserCheckIcon, UserDoctorIcon, UserIcon, UserPlusIcon, UsersIcon, WarningCircleIcon, WarningTriangleIcon };