import { CSSProp } from 'styled-components';
import { ICssAnimationStyled } from '../types/cssAnimation';
/**
 * @name slideInAnimationsMixin
 * @description
 * Animations for the slide in animation
 * @param {ICssAnimationStyled} props - The props of the animation
 * @returns {CSSProp} - The animation
 */
export declare const slideInAnimationsMixin: (props: ICssAnimationStyled) => CSSProp;
