export declare const TokenInspector: ({ onClose, tokenFile, hide, }: {
    onClose: () => void;
    tokenFile?: string;
    hide?: boolean;
}) => import('react').ReactElement<unknown, string | import('react').JSXElementConstructor<any>>;
