import React from 'react';
import { IComponentState, IComponentStateProps } from '../../interfaces/component-state';
export declare const ComponentStateContext: React.Context<IComponentState>;
export declare const ComponentState: ({ children, components, }: IComponentStateProps) => import("react/jsx-runtime").JSX.Element;
