import { ConsumerConfigurationContext } from './AltroneConfiguration.context.ts'; import { PropsWithChildren } from 'react'; export declare const Configuration: ({ children, ...props }: PropsWithChildren>) => import("react/jsx-runtime").JSX.Element;