export default class CalendarPathInput extends SelectInput { static "__#11@#CALENDAR_PATHS": readonly string[]; /** * Constructor. * * @param {boolean} [as_return_type_param] - if true, the select element's name will be set to 'return_type' and the options will be set to the accepted return types of the API. If false, the select element's name will be set to 'Accept' and the options will be set to the accepted accept headers of the API. * * @throws {Error} if as_return_type_param is set more than once. * @throws {Error} if as_return_type_param is not of type boolean. */ constructor(locale: any); } import SelectInput from "./SelectInput.js"; //# sourceMappingURL=CalendarPathInput.d.ts.map