import { default as React } from 'react'; import { Flex } from '../flex'; export type FooterProps = React.ComponentPropsWithoutRef; /** The Footer for the card */ export declare const Footer: React.ForwardRefExoticComponent>;