import React from 'react'; type CardFooterProps = { children: React.ReactNode; }; export declare const CardFooter: React.FC; export {};