/// <reference types="react" />
export declare const svgIcons: {
    'arrow-collapse-left': JSX.Element;
    'arrow-collapse-right': JSX.Element;
    'arrow-expand-all': JSX.Element;
    'arrow-expand-horizontal': JSX.Element;
    'arrow-left': JSX.Element;
    'arrow-right': JSX.Element;
    autorenew: JSX.Element;
    cancel: JSX.Element;
    close: JSX.Element;
    'content-duplicate': JSX.Element;
    'cursor-move': JSX.Element;
    'fullscreen-exit': JSX.Element;
    fullscreen: JSX.Element;
    'magnify-minus-outline': JSX.Element;
    'magnify-plus-outline': JSX.Element;
    magnify: JSX.Element;
    search: JSX.Element;
    'step-backward-2': JSX.Element;
    'step-forward-2': JSX.Element;
};
export declare const errorPanelIcons: {
    'alert-circle-outline': JSX.Element;
    'alert-outline': JSX.Element;
    'bug-outline': JSX.Element;
    'information-outline': JSX.Element;
};
