import { default as React } from 'react';
interface CardExpandButtonProps {
    expanded: boolean;
    onToggle: () => void;
    expandable: boolean;
    showMore: string | undefined;
    showLess: string | undefined;
}
export declare const CardExpandButton: React.FC<CardExpandButtonProps>;
export {};
//# sourceMappingURL=CardExpandButton.d.ts.map