export declare const animations: {
    label: string;
    children: {
        label: string;
        value: string;
    }[];
}[];
