import { QBasePath } from "../base/QBasePath"; import { identityFormatter } from "./IdentityFormatter"; export declare class QDatePath extends QBasePath { protected formatValue: typeof identityFormatter; year: () => import("./QNumberPath").QNumberPath; month: () => import("./QNumberPath").QNumberPath; day: () => import("./QNumberPath").QNumberPath; }