import React from 'react'; interface ICardSampleProps { } declare const CardSample: React.FC; export default CardSample;