import { CSSProperties } from 'react'; export declare const MessagePosition: { readonly TOP_RIGHT: "top-right"; readonly TOP_CENTER: "top-center"; readonly BOTTOM_RIGHT: "bottom-right"; readonly BOTTOM_CENTER: "bottom-center"; readonly CENTER: "center"; }; export type MessagePositionType = (typeof MessagePosition)[keyof typeof MessagePosition]; export type MessageDirection = Extract;