import React from 'react'; declare type TileOverlayProps = { handleShouldUpdateToRestock: (autoRestock: boolean) => void; isLoading: boolean; isVisible: boolean; id: string; }; export declare const TileOverlay: React.NamedExoticComponent; export {}; //# sourceMappingURL=index.d.ts.map