export interface Aria { galleryLabel: string; viewerLabel: string; } export declare const defaultAria: Aria;