/** The CSS variable to use for specifying the dropdown's width */ export declare const dropdownWidthVar = "--dropdown-width"; /** The CSS class to use for the options element's class in the dropdown */ export declare const optionsClass = "options"; /** Class name used to hide elements with display:none */ export declare const DISPLAY_NONE_CLASS = "dnone"; /** * Multicolumn Dropdown styles. * @public */ export declare const multicolumnDropdownStyles: import("@microsoft/fast-element").ElementStyles; //# sourceMappingURL=multicolumn-dropdown.styles.d.ts.map