import * as _chakra_ui_system from '@chakra-ui/system';
import { HTMLChakraProps, SystemProps } from '@chakra-ui/system';

interface CardFooterProps extends HTMLChakraProps<"div"> {
    justify?: SystemProps["justifyContent"];
}
declare const CardFooter: _chakra_ui_system.ComponentWithAs<"div", CardFooterProps>;

export { CardFooter, CardFooterProps };
