import React from 'react'; declare type Props = { 'data-qa'?: string; title: string; description: string; defaultChecked?: boolean; onChange: (event: any) => any; }; declare const CollapseCard: React.FC; export default CollapseCard;