import type { CustomElement } from '../Components/Abstracts/CustomElement'; import type { ControlBehaviorBase, ControlBehaviorReturn } from './Abstracts/Behavior'; /** * Represents the `IBoundableProps` interface. * * @public */ export interface IBoundableProps { start: Date; end: Date; } /** * @public */ export declare const Boundable: >(base: T) => ControlBehaviorReturn; /** * @public */ export declare namespace IBoundableProps { const DEFAULTS: IBoundableProps; } //# sourceMappingURL=Boundable.d.ts.map