import { QBasePath } from "../base/QBasePath"; import { identityFormatter } from "./IdentityFormatter"; export declare class QTimeOfDayPath extends QBasePath { protected formatValue: typeof identityFormatter; hour: () => import("./QNumberPath").QNumberPath; minute: () => import("./QNumberPath").QNumberPath; second: () => import("./QNumberPath").QNumberPath; }