import { AttachmentMenuPropsType } from './props'; export default function AttachmentMenu({ tabs, ...props }: AttachmentMenuPropsType): import("react/jsx-runtime").JSX.Element;