import { UpcomingWorkoutCardProps } from './types';
/**
 *
 * UI Component that use CardList to render a list of upcoming workouts
 */
export declare const UpcomingWorkoutCard: ({ image, title, workoutTime, renderDetails, onClick, avatarBorder, }: UpcomingWorkoutCardProps) => import("@emotion/react/jsx-runtime").JSX.Element;
