/*! * Copyright (c) Microsoft. All rights reserved. * Licensed under the MIT license. See LICENSE file in the project. */ export declare const dropdownStyles: { root: { width: number; }; }; /** * For dropdowns that are part of a removable row (e.g., having a delete button at the end) */ export declare const removableDropdownStyles: { root: { width: number; }; }; /** * For side-by-side dropdowns with a 12px gap */ export declare const narrowDropdownStyles: { root: { width: number; }; };