export default class PathBuilder {
    constructor(apiOptions: any, calendarSelect: any);
    class(className?: string): this;
    id(id: any): this;
    buttonClass(className?: string): this;
    buttonText(text: any): this;
    buttonWrapperClass(className?: string): this;
    pathWrapperClass(className?: string): this;
    appendTo(elementSelector: any): void;
    replace(elementSelector: any): void;
    #private;
}
export type Epiphany = "JAN6" | "SUNDAY_JAN2_JAN8";
export type Ascension = "THURSDAY" | "SUNDAY";
export type CorpusChristi = "THURSDAY" | "SUNDAY";
export type EternalHighPriest = true | false;
export type Locale = string;
export type ReturnType = "JSON" | "XML" | "YML" | "ICS";
export type YearType = "CIVIL" | "LITURGICAL";
//# sourceMappingURL=PathBuilder.d.ts.map