import { IPosition, notifyType } from '../types'; export declare const getNotificationTheme: (type: notifyType) => import("styled-components").FlattenSimpleInterpolation; export declare const getNotificationPosition: (position: IPosition) => import("styled-components").FlattenSimpleInterpolation; export declare const getNotificationColor: (type: notifyType) => string; export declare const getNotificationAnimation: (position: IPosition, isClosing?: boolean | undefined) => import("styled-components").FlattenSimpleInterpolation;