import React from 'react'; declare const HorizontalListSkeleton: React.FC; interface HorizontalListSkeleton { isActive: boolean; } export { HorizontalListSkeleton };