import { ReactNode } from 'preact/compat';
interface Props {
    children: ReactNode;
}
export default function Error({ children }: Props): import("preact").JSX.Element;
export {};
//# sourceMappingURL=Error.d.ts.map