import React from "react"; interface IconProps extends React.SVGProps { } export declare const IconChevronDown: (props: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const IconChevronLeft: (props: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const IconChevronRight: (props: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const ExternalLinkIcon: ({ height, width, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const CircleDashedIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const CloseIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const InfoIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const WarningIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const DangerIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const SuccessIcon: (props: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const IconMinus: (props: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const IconPlus: (props: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const IconSearch: (props: IconProps) => import("react/jsx-runtime").JSX.Element; export declare const IconCalendar: (props: IconProps) => import("react/jsx-runtime").JSX.Element; export {};