interface IErrorProps { fullContent: boolean; } export declare function ResultCacheMissingError({ fullContent }: IErrorProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ResultCacheMissingError.d.ts.map