import { AttributeBinder, View } from "@ribajs/core";
import { Bs5AbstractBreakpointBinder } from "./bs5-abstract-breakpoint.binder.js";
export declare class Bs5AttributeBreakpointBinder extends Bs5AbstractBreakpointBinder<HTMLElement> {
    static key: string;
    defaultAttributeBinder: AttributeBinder;
    constructor(view: View, el: HTMLElement, type: string | null, name: string, keypath: string | undefined, formatters: string[] | null, identifier: string | null);
}
