import * as react_jsx_runtime from 'react/jsx-runtime'; import { ElementType } from 'react'; import { CardActionAreaProps } from './types.js'; declare const CardActionArea: { (inProps: CardActionAreaProps): react_jsx_runtime.JSX.Element; displayName: string; }; export { CardActionArea };