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) => "#00D1AE" | "#0B72C4" | "#E95557" | "#EBBB00"; export declare const getNotificationAnimation: (position: IPosition, isClosing?: boolean | undefined) => import("styled-components").FlattenSimpleInterpolation; //# sourceMappingURL=themes.d.ts.map