/// <reference types="react" />
declare const _default: {
    title: string;
    component: ({ options }: {
        options: any;
    }) => JSX.Element;
    args: {
        options: ({
            icon: any;
            label: string;
        } | {
            icon: string;
            label?: undefined;
        })[];
    };
};
export default _default;
export declare const IconsMenu: any;
