export declare const SmallMoreOptions: ({ nodeType, isStrikethrough, isLink, align, disabled, }: { nodeType: any; isStrikethrough: any; isLink: any; align: any; disabled: any; }) => import("react/jsx-runtime").JSX.Element;