export declare function useAnnouncement(): {
    readonly announce: (value: string | undefined) => void;
    readonly announcement: string;
};
