import { DocRenderer } from "..";
export declare const useRendererSelector: () => {
    CurrentRenderer: DocRenderer | null | undefined;
};
