export interface ILocalizedRibbonItemOptions {
    localizationId?: string;
}
