/// import { CardProps } from './Card'; export declare type CardStackProps = CardProps & { showSinglePlain?: boolean; max?: number; }; export declare const CardStack: ({ children, showSinglePlain, max, ...rest }: CardStackProps) => JSX.Element; //# sourceMappingURL=CardStack.d.ts.map