import { FC } from 'react'; export declare const Menu: FC<{ isolated?: boolean; options: Array<{ label: string; helper?: string; icon: string; prefix?: string; click?: () => void; }>; }>;