import * as React from 'react'; interface IState { items: number[]; } export default class AnimationExample extends React.Component { protected _count: number; constructor(props: any); shuffle(array: any[]): any[]; removeItem: (index: number) => void; addOne: () => void; makeItems(): number[]; render(): React.JSX.Element; } export {}; //# sourceMappingURL=AnimationExample.d.ts.map