import type { TextComponentContextValue } from './types'; declare const TextComponentProvider: import("react").FunctionComponent<{ children: import("react").ReactNode; value: TextComponentContextValue; }>, useTextComponent: () => TextComponentContextValue; export { TextComponentProvider, useTextComponent }; //# sourceMappingURL=provider.d.ts.map