import React from "react"; import type { divider, className, children } from "../../types/components/card"; export interface CardFooterProps extends React.ComponentProps<"div"> { divider?: divider; className?: className; children: children; } export declare const CardFooter: React.ForwardRefExoticComponent & React.RefAttributes>; export default CardFooter; //# sourceMappingURL=CardFooter.d.ts.map