import React from 'react';
interface ContextMyComponentProps {
    id?: string;
    schemaId?: string;
}
export declare const ContextMyComponent: React.Context<ContextMyComponentProps>;
export declare const ProviderContextMyComponent: React.Provider<ContextMyComponentProps>;
export declare function useContextMyComponent(): ContextMyComponentProps;
export {};
