export namespace THEMES {
    let standard: string;
    let error: string;
    let success: string;
    let warning: string;
    let premium: string;
}
export namespace ACTION_BUTTON_TYPES {
    let textLink: string;
    let button: string;
}
export namespace dataHooks {
    let notificationContent: string;
    let notificationCloseButton: string;
    let notificationLabel: string;
    let notificationCtaButton: string;
}
export namespace TYPE_POSITIONS_MAP {
    let relative: string;
    let absolute: string;
    let fixed: string;
}
//# sourceMappingURL=constants.d.ts.map