import React from 'react'; interface CardFooterProps { className?: string; children?: React.ReactNode; } export declare const CardFooter: React.FC; export {};