import React from "react"; type Props = {}; export declare function AlarmText(_props: Props): React.JSX.Element | null; export {};