/**
 * @license
 * Copyright 2024 glare-labs & bre97-web
 * SPDX-License-Identifier: MIT
 */
export type TButtonTarget = '_blank' | '_parent' | '_self' | '_top';
export declare const ButtonTarget: {
    readonly Blank: "_blank";
    readonly Parent: "_parent";
    readonly Self: "_self";
    readonly Top: "_top";
};
//# sourceMappingURL=button-target-type.d.ts.map