import customCssProps from '../internal/generated/custom-css-properties'; import { DropdownProps } from './interfaces'; export declare function getDropdownStyles(style: DropdownProps['style']): { [customCssProps.dropdownContentBorderColor]: string | undefined; [customCssProps.dropdownContentBorderWidth]: string | undefined; [customCssProps.dropdownContentBorderRadius]: string | undefined; background: string | undefined; } | undefined;