/// <reference types="react" />
export declare const IconsMenuComponent: ({ options }: {
    options: any;
}) => JSX.Element;
