import { type StateProp } from '@innet/dom'; import { type FlexProps } from '../../layout'; export type CardProps = FlexProps; border?: StateProp; preventAnimation?: boolean; width?: StateProp; height?: StateProp; radius?: StateProp; }, S>; export declare function Card({ onclick, clickable, border, preventAnimation, width, height, style, radius, ...props }?: CardProps): any;