import React, { PropsWithChildren } from 'react'; interface IShakeAnimationProps extends PropsWithChildren { animate?: boolean; style?: object; } declare const StyledAnimation: React.FC; export default StyledAnimation; //# sourceMappingURL=Shake.native.d.ts.map