import { type TitleBlockMenuItemProps } from '../types'; export declare const TitleBlockMenuItem: { (props: TitleBlockMenuItemProps): JSX.Element; displayName: string; };