declare type baseOptions = {
    [key: string]: any;
};
export declare const baseStyles: baseOptions;
export declare type AttrType = {
    start: any;
    end: any;
    style?: any;
};
declare type SideType = {
    right: AttrType;
    left: AttrType;
};
export declare type AnimateStyleTypes = {
    slide: SideType;
    fallDown: SideType;
};
export declare const animateStyles: AnimateStyleTypes;
export {};
