import React from 'react';
import type { ProcessedTemplateResult } from '../types.js';
interface Props {
    result: ProcessedTemplateResult;
    showBuild?: boolean;
    showApply?: boolean;
}
export declare function ProcessingResults({ result, showBuild, showApply }: Props): React.JSX.Element;
export {};
