import { ReactNode } from 'react';
import { Part } from '../../Dropdown.types';
export declare function renderParts(parts: Part[]): ReactNode;
