import * as _v0xoss_system from '@v0xoss/system'; import { HTMLHeroUIProps } from '@v0xoss/system'; interface CardFooterProps extends HTMLHeroUIProps<"div"> { } declare const CardFooter: _v0xoss_system.InternalForwardRefRenderFunction<"div", CardFooterProps, never>; export { type CardFooterProps, CardFooter as default };