import { PropsWithChildren } from 'react'; export declare const SimpleProvider: ({ children }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element; export declare const useSimple: () => { value: boolean; }; export declare const SimpleComponent: () => import("react/jsx-runtime").JSX.Element;