interface ErrorProps {
    error: Error;
}
export declare function Error({ error }: ErrorProps): any;
export {};
