import type { ItemExpandedType } from '../ComponentsTypes'; export declare const ItemChildren: ({ noExpand, type, children, internalExpanded, }: Pick & { internalExpanded: boolean; }) => import("react").JSX.Element; //# sourceMappingURL=Children.d.ts.map