import * as React from 'react'; import type { IAnnouncedProps } from './Announced.types'; export declare const Announced: React.FunctionComponent;