import React from 'react'; import { CardButtonProps } from '../../@types'; export type { CardButtonProps }; export declare const CardButton: React.FC; export declare const renderCardButton: (props: CardButtonProps, elementId: string) => any;