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