import { Component } from 'react'; export declare const LAYOUT_ALIGN: string[]; export declare class ContextMenuExtraItem extends Component<{ children?: any; className?: any; hasPanel?: any; icon?: any; buttonRef?: any; disabled?: any; layoutAlign?: any; toolTipTitle?: any; toolTipContent?: any; toolTipPosition?: any; href?: any; target?: any; rel?: any; onClick?: any; }> { static defaultProps: {}; render(): any; }