import React from 'react'; declare const DashboardsCard: ({ style }: { style: any; }) => React.JSX.Element; export default DashboardsCard;