export declare const TYPES: {
    readonly standard: "standard";
    readonly success: "success";
    readonly destructive: "destructive";
    readonly warning: "warning";
    readonly premium: "premium";
    readonly preview: "preview";
    readonly dark: "dark";
};
export declare const dataHooks: {
    readonly button: "floating-notification-button";
    readonly textButton: "floating-notification-text-button";
    readonly notificationText: "floating-notification-text";
    readonly closeButton: "floating-notification-close-button";
};
//# sourceMappingURL=constants.d.ts.map