export declare const shakeKeyframes: ({
    transform: string;
    offset?: undefined;
} | {
    transform: string;
    offset: number;
})[];
