export declare class StringResources {
    headerFooter: HeaderFooterStringResources;
    seqCaptionPrefixes: SeqCaptionPrefixes;
    commonLabels: CommonLabels;
    quickSearchPanel: QuickSearchPanelStringResources;
    announcements: IAnnouncementStringResources;
    constructor();
}
export declare class HeaderFooterStringResources {
    header: string;
    footer: string;
    firstPageHeader: string;
    firstPageFooter: string;
    evenPageHeader: string;
    evenPageFooter: string;
    oddPageHeader: string;
    oddPageFooter: string;
    sameAsPrevious: string;
}
export declare class SeqCaptionPrefixes {
    figurePrefix: string;
    equationPrefix: string;
    tablePrefix: string;
}
export declare class CommonLabels {
    noTocEntriesFound: string;
    clickToFollowHyperlink: string;
    currentDocumentHyperlinkTooltip: string;
}
export declare class QuickSearchPanelStringResources {
    items: string;
    noMatches: string;
    of: string;
}
export interface IAnnouncementStringResources {
    inTable?: string;
    outOfTable?: string;
    tableRow?: string;
    tableColumn?: string;
    selectAll?: string;
    textSelected?: string;
    textUnselected?: string;
    tab?: string;
    carriageReturn?: string;
    lineBreak?: string;
    picture?: string;
    page?: string;
    space?: string;
    bullet?: string;
    listItem?: string;
    link?: string;
    outOfLink?: string;
    blank?: string;
    pageBreak?: string;
}
export declare function getStringResources(): StringResources;
