import { type FlexProps } from '../../layout'; export type CardsFlexProps = FlexProps; export declare function CardsFlex(props: CardsFlexProps): any;