import React from 'react'; import type { CardLayoutProps } from './types'; export declare function CardLayout({ spacing, borders, className, style, id, 'data-tag': dataTag, children, }: CardLayoutProps): React.JSX.Element;