export declare class StringResources {
    headerFooter: HeaderFooterStringResources;
    seqCaptionPrefixes: SeqCaptionPrefixes;
    commonLabels: CommonLabels;
    quickSearchPanel: QuickSearchPanelStringResources;
    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;
}
