type Props = { error: Error; }; export declare function LocalError({ error }: Props): import("react/jsx-runtime").JSX.Element; export {};