import { ListGoalsProps } from './types';
/**
 *
 * UI Component that uses CardList to render a list of goals
 */
export declare const ListGoals: ({ goals, avatarBorder }: ListGoalsProps) => import("@emotion/react/jsx-runtime").JSX.Element;
