import * as React from 'react'; export declare const MenuItemPlaceholder: React.ComponentType<{ description?: boolean index?: number startIcon?: boolean width?: '1/2' | '1/3' | '2/3' | '1/4' | '3/4' | '1/5' | '2/5' | '3/5' | '4/5' }>;