import { type ReactNode } from 'react'; import type { AnyStyle } from '@universal-labs/css'; declare function useChildren(componentChildren: ReactNode, componentID: string, groupID: string, getChildStyles: (input: { isFirstChild: boolean; isLastChild: boolean; isEven: boolean; isOdd: boolean; }) => AnyStyle): any; export { useChildren };