import { Animation, CustomTheme } from "../types"; declare type Props = { theme: CustomTheme; animation: Animation; }; export declare function animation({ theme, animation: value }: Props): {}; export {};