import type { CustomElement } from '../Components/Abstracts/CustomElement'; import { Fit } from '../Types/Fit'; import type { ControlBehaviorBase, ControlBehaviorReturn } from './Abstracts/Behavior'; /** * Represents the `IFitable` interface. * * @public */ export interface IFitableProps { fit: Fit; } /** * @public */ export declare const Fitable: >(base: T) => ControlBehaviorReturn; /** * @public */ export declare namespace IFitableProps { const DEFAULTS: IFitableProps; } //# sourceMappingURL=Fitable.d.ts.map