export interface IMenuDropdownOverride { root?: Record; title?: Record; icon?: { root?: Record; flip?: Record; rotate?: Record; }; options?: { root?: Record; open?: Record; position?: { topLeft?: Record; topCenter?: Record; topRight?: Record; bottomLeft?: Record; bottomCenter?: Record; bottomRight?: Record; }; }; item?: { root?: Record; hover?: Record; }; }