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