/** @jsx jsx */ import { FC } from 'react'; import { FooterProps } from './Footer.type'; /** * ```js * import { CardFooter } from '@rkta/ui'; * * * CardFooter * * * ``` */ export declare const CardFooter: FC; //# sourceMappingURL=Footer.d.ts.map