import React from 'react'; export declare type CardsStackSectionProps = React.HTMLAttributes; export declare const CardsStackSection: ({ children, ...props }: CardsStackSectionProps) => JSX.Element;