import { default as React } from 'react';

export declare const getLDProgramContext: (programId: string) => {
    kind: string;
    key: string;
};
interface ProviderProps {
    programId: string;
    children: React.ReactNode;
}
export declare const FlagProvider: ({ programId, children }: ProviderProps) => React.JSX.Element;
export {};
