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