export declare const getDashCase: (name: string) => string; export declare const getTransitionVal: (props: ReadonlyArray, duration: string | number, easing: string) => string;