import * as _heroui_system from '@heroui/system';
import { HTMLHeroUIProps } from '@heroui/system';

interface CardFooterProps extends HTMLHeroUIProps<"div"> {
}
declare const CardFooter: _heroui_system.InternalForwardRefRenderFunction<"div", CardFooterProps, never>;

export { type CardFooterProps, CardFooter as default };
