import type { TSize, TStyle } from '../common/types'; export interface ICardProps { children: JSX.Element | JSX.Element[]; style?: TStyle; size?: TSize; }