import { FC } from 'react'; import { Config } from '../../api/schemas'; export declare const Details: FC<{ config: Config; }>;