/// export interface ErrorProps { text: string; } export declare const ErrorAlert: ({ text }: ErrorProps) => JSX.Element;