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