import { ComponentProps } from '../internals/utils'; export type CardFooterProps = ComponentProps; declare const CardFooter: import("../internals/types").InternalRefForwardingComponent<"div", Partial, never> & Record; export default CardFooter;