import type { FC } from 'react'; import type { IRawResponse } from '@looker/sdk-rtl'; interface ShowResponseProps { response: IRawResponse; } export declare const ShowResponse: FC; export {};