import React from 'react';
interface IProps {
    name: string;
    [key: string]: React.CSSProperties | string;
}
export declare const Keyframes: (props: IProps) => React.JSX.Element;
export {};
