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