import type { Announcements, ScreenReaderInstructions } from './types'; export declare const defaultScreenReaderInstructions: ScreenReaderInstructions; export declare const defaultAnnouncements: Announcements;