declare const CardFooter: ({ user }: {
    user: string;
}) => import("solid-js").JSX.Element;
export default CardFooter;
