export default function Errors({ error, centered }: { error?: unknown; centered?: boolean; }): import("react/jsx-runtime").JSX.Element | null;