import { ToastsProps } from '../types'; declare const getToastAnimation: (placement: ToastsProps['placement']) => import("styled-components").Keyframes; export { getToastAnimation };