import { CardFooterProps as UnStyledCardFooterProps } from '@sheinx/base';
/**
 * @title Card.Footer
 * @sort 4
 */
export type CardFooterProps = Omit<UnStyledCardFooterProps, 'jssStyle'>;
