import { Overflow } from '@slack/types'; import { FC } from '..'; import { InputOption } from './shared/inputOption'; export interface OverflowMenuElementProps { actionId: string; options: InputOption[]; } export declare const OverflowMenuElement: FC;