import { Bs5ModuleOptions, Breakpoint } from "../types/index.js";
export * from "./theme-choices.js";
export declare const DEFAULT_BP_XS: Breakpoint;
export declare const DEFAULT_BP_SM: Breakpoint;
export declare const DEFAULT_BP_MD: Breakpoint;
export declare const DEFAULT_BP_LG: Breakpoint;
export declare const DEFAULT_BP_XL: Breakpoint;
export declare const DEFAULT_BP_XXL: Breakpoint;
export declare const DEFAULT_MODULE_OPTIONS: Bs5ModuleOptions;
export declare const TOGGLE_BUTTON: {
    nsPrefix: string;
    eventNames: {
        toggle: string;
        toggled: string;
        init: string;
        state: string;
    };
};
export declare const TOGGLE_ATTRIBUTE: {
    elEventNames: {
        removed: string;
        added: string;
    };
};
export declare const TOGGLE_CLASS: {
    elEventNames: {
        removed: string;
        added: string;
    };
};
