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