/// export interface AlertProps { error?: any | any[]; type?: string; } export declare function Alert({ error, type }: AlertProps): JSX.Element;