import { t as LabelDateComponentFormat } from "./LabelDateComponentFormat-BDdyln8r.js"; //#region src/main/api/LabelDateFormat.d.ts interface LabelDateFormatJSON { componentFormat: LabelDateComponentFormat; acceptPartialDates: boolean; } declare class LabelDateFormat { private _componentFormat; private _acceptPartialDates; constructor(componentFormat: LabelDateComponentFormat, acceptPartialDates?: boolean); get componentFormat(): LabelDateComponentFormat; get acceptPartialDates(): boolean; toJSONObject(): LabelDateFormatJSON; } //#endregion export { LabelDateFormatJSON as n, LabelDateFormat as t };