import * as React from 'react'; import { StyleRenderer } from './types'; export declare const StyleRendererContext: React.Context; export declare const useStyleRenderer: () => StyleRenderer;