/// declare type GeneralErrorProps = { error: string; }; export default function GeneralError({ error }: GeneralErrorProps): JSX.Element; export {};