import MenuNativeAbstract from '../abstracts/menuNativeAbstract';
/**
 * 斜体
 */
declare class Italic extends MenuNativeAbstract {
    static icon: string;
    static title: string;
    static disable: string[];
    protected getCommandName(): string;
    protected getElementName(): string;
}
export default Italic;
