import { SugarElement } from '@ephox/sugar'; declare const tokenSelector: () => string; declare const describe: (item: SugarElement, description: string) => SugarElement; declare const speak: (parent: SugarElement, text: string) => void; declare const shout: (parent: SugarElement, text: string) => void; export { describe, speak, shout, tokenSelector }; //# sourceMappingURL=AriaVoice.d.ts.map