import type { ReactNode } from 'react'; import React, { HTMLAttributes } from 'react'; import type { DropdownProps } from '../Dropdown.types'; export declare const getCorrectHeight: (listMaxHeight: Required["listMaxHeight"]) => string; export declare const childrenWithProps: (children: ReactNode, additionalProps: HTMLAttributes) => (string | number | React.ReactElement> | React.ReactFragment)[] | null | undefined; export { getItemId } from './getItemId'; export { getItemByFocused } from './getItemByFocused'; export { getPlacement } from './getPlacement'; export { getVisibleItems } from './getVisibleItems'; //# sourceMappingURL=index.d.ts.map