// @flow strict export type MenuClassNames = $ReadOnly<{ wrapper?: string, option?: string, groupTitle?: string, optionTextContainer?: string, optionTextLabel?: string, header?: string, footer?: string, }>; export type MenuLabelTooltip = { maxLines?: number, };