import * as React from 'react';
interface IProps {
    /**
    * Width and height of icon
    * @type {number | string}
    * @optional
   */
    Size?: number | string;
    /**
    * Color of the icon
    * @type {string}
    * @optional
   */
    Color?: string;
    Style?: React.CSSProperties;
}
export declare namespace ReactIcons {
    const DataContainer: (props: IProps) => React.JSX.Element;
    const Cube: (props: IProps) => React.JSX.Element;
    const House: (props: IProps) => React.JSX.Element;
    const Document: (props: IProps) => React.JSX.Element;
    const ArrowForward: (props: IProps) => React.JSX.Element;
    const ArrowBackward: (props: IProps) => React.JSX.Element;
    const ArrowDropUp: (props: IProps) => React.JSX.Element;
    const ArrowDropDown: (props: IProps) => React.JSX.Element;
    const Settings: (props: IProps) => React.JSX.Element;
    const Filter: (props: IProps) => React.JSX.Element;
    const Folder: (props: IProps) => React.JSX.Element;
    const AlertPerson: (props: IProps) => React.JSX.Element;
    const AlertPeople: (props: IProps) => React.JSX.Element;
    const Alert: (props: IProps) => React.JSX.Element;
    const TrashCan: (props: IProps) => React.JSX.Element;
    const CrossMark: (props: IProps) => React.JSX.Element;
    const CircledX: (props: IProps) => React.JSX.Element;
    const Phone: (props: IProps) => React.JSX.Element;
    const PhoneSettings: (props: IProps) => React.JSX.Element;
    const AlertAdd: (props: IProps) => React.JSX.Element;
    const ReportAdd: (props: IProps) => React.JSX.Element;
    const Pencil: (props: IProps) => React.JSX.Element;
    const FloppyDisk: (props: IProps) => React.JSX.Element;
    const Download: (props: IProps) => React.JSX.Element;
    const Minus: (props: IProps) => React.JSX.Element;
    const Plus: (props: IProps) => React.JSX.Element;
    const Warning: (props: IProps) => React.JSX.Element;
    const CheckMark: (props: IProps) => React.JSX.Element;
    const CircleCheckMark: (props: IProps) => React.JSX.Element;
    const SpiningIcon: (props: IProps) => React.JSX.Element;
    const Copy: (props: IProps) => React.JSX.Element;
    const ShareArrow: (props: IProps) => React.JSX.Element;
    const ShareArrowDiagonal: (props: IProps) => React.JSX.Element;
    const ShareNetwork: (props: IProps) => React.JSX.Element;
    const UploadCloud: (props: IProps) => React.JSX.Element;
    const RSS: (props: IProps) => React.JSX.Element;
    const CirclePlus: (props: IProps) => React.JSX.Element;
    const HardDrive: (props: IProps) => React.JSX.Element;
    const Globe: (props: IProps) => React.JSX.Element;
    const BarChart: (props: IProps) => React.JSX.Element;
    const LinearBarChart: (props: IProps) => React.JSX.Element;
    const OpenBook: (props: IProps) => React.JSX.Element;
    const LineChart: (props: IProps) => React.JSX.Element;
    const RightArrowCircled: (props: IProps) => React.JSX.Element;
    const LeftArrowCircled: (props: IProps) => React.JSX.Element;
    const BriefCase: (props: IProps) => React.JSX.Element;
    const DollarSign: (props: IProps) => React.JSX.Element;
    const Grid: (props: IProps) => React.JSX.Element;
    const SmartPhone: (props: IProps) => React.JSX.Element;
    const RadioSignal: (props: IProps) => React.JSX.Element;
    const SmartPhoneDollarSign: (props: IProps) => React.JSX.Element;
    const MoveArrows: (props: IProps) => React.JSX.Element;
    const ChevronLeft: (props: IProps) => React.JSX.Element;
    const ChevronRight: (props: IProps) => React.JSX.Element;
    const DoubleChevronLeft: (props: IProps) => React.JSX.Element;
    const DoubleChevronRight: (props: IProps) => React.JSX.Element;
    const ChevronDown: (props: IProps) => React.JSX.Element;
    const ChevronUp: (props: IProps) => React.JSX.Element;
    const DoubleChevronUp: (props: IProps) => React.JSX.Element;
    const QuestionMark: (props: IProps) => React.JSX.Element;
    const Image: (props: IProps) => React.JSX.Element;
    const Info: (props: IProps) => React.JSX.Element;
    const AlarmBell: (props: IProps) => React.JSX.Element;
    const Layers: (props: IProps) => React.JSX.Element;
    const Flag: (props: IProps) => React.JSX.Element;
    const Grafana: (props: IProps) => React.JSX.Element;
    const Clone: (props: IProps) => React.JSX.Element;
}
export {};
